#DA0A3C

Color #DA0A3C Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #DA0A3C

Tints of Crimson #DA0A3C

Color information

#DA0A3C (or 0xDA0A3C) is unknown color: approx Crimson. HEX triplet: DA, 0A and 3C. RGB value is (218,10,60). Sum of RGB (Red+Green+Blue) = 218+10+60=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0A3C is #25F5C3. Grayscale: #4D4D4D. Windows color (decimal): -2487748 or 3934938. OLE color: 3934938.

HSL color Cylindrical-coordinate representation of color #DA0A3C: hue angle of 345.58º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0A3C is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB2181060-
CMYK00.950.720.15
HSL345.58º91.23%44.71%-
HSV(B)345.58º95.41%85.49%-
XYZ29.8415.455.68-
YUV77.89117.91227.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 75.69%
GREEN value IS 10 (4.30% from 255) = 3.47%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=75.69%
G=3.47%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218106000.950.720.15345.5891.2344.71
HexDAA3C05F48F15a5b2d
Octal332127401371101753213355
Binary11011010101011110001011111100100011111010110101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0A3C; }

 p { color: rgb(218,10,60); }

 H1.HeaderClassName
 {
   color: #DA0A3C;
 }
 .AnyTagClassName
 {
   color: #DA0A3C;
 }
</style>
background-color css

<style>
 a { background-color: #DA0A3C; }

 a { background-color: rgb(218,10,60); }

 div.DivClassName
 {
   background-color: #DA0A3C;
 }
 .BgClassName
 {
   background-color: #DA0A3C;
 }
</style>
border-color css

<style>
 span { border-color: #DA0A3C; }

 span { border-color: rgb(218,10,60); }

 td.TdClassName
 {
   border-color: #DA0A3C;
 }
 .TagClassName
 {
   border-color: #DA0A3C;
 }
</style>