Html Css Color HEX #DA0F39 Crimson

📋 copy color: '#DA0F39'

red 218 ◦ green 15 ◦ blue 57

#DA0F39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #DA0F39

Tints of Crimson #DA0F39

RGB

 RED value IS 218 (85.55% from 255) = 75.17%

 GREEN value IS 15 (6.25% from 255) = 5.17%

 BLUE value IS 57 (22.66% from 255) = 19.66%

R = 75.17%
G = 5.17%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA0F39 (or 0xDA0F39) is known color: Crimson. HEX triplet: DA, 0F and 39. RGB value is (218,15,57). Sum of RGB (Red+Green+Blue) = 218+15+57=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0F39 is #25F0C6. Grayscale: #505050. Windows color (decimal): -2486471 or 3739610. OLE color: 3739610.

HSL color Cylindrical-coordinate representation of color #DA0F39: hue angle of 347.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F39 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 15 57 -
CMYK 0 0.93 0.74 0.15
HSL 347.59º 0.87% 0.46% -
HSV(B) 347.59º 0.93% 0.85% -
XYZ 29.82 15.54 5.3 -
YUV 80.49 114.75 226.08 -
System Red Green Blue C M Y K H S L
Decimal 218 15 57 0 0.93 0.74 0.15 347.59 0.87 0.46
Hex DA F 39 0 5D 4A F 15C 57 2E
Octal 332 17 71 0 135 112 17 534 127 56
Binary 11011010 1111 111001 0 1011101 1001010 1111 101011100 1010111 101110

Color Harmonies of #DA0F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F39

Black with #DA0F39

Text Example


Text Example

White with #DA0F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F39; }

 p { color: rgb(218,15,57); }

 H1.HeaderClassName
 {
   color: #DA0F39;
 }
 .AnyTagClassName
 {
   color: #DA0F39;
 }
</style>

background-color css

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

 a { background-color: rgb(218,15,57); }

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

border-color css

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

 span { border-color: rgb(218,15,57); }

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