Html Css Color HEX #DA0F37 Crimson

📋 copy color: '#DA0F37'

red 218 ◦ green 15 ◦ blue 55

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

Shades of Crimson #DA0F37

Tints of Crimson #DA0F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.1%

R = 75.69%
G = 5.21%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA0F37 (or 0xDA0F37) is known color: Crimson. HEX triplet: DA, 0F and 37. RGB value is (218,15,55). Sum of RGB (Red+Green+Blue) = 218+15+55=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0F37 is #25F0C8. Grayscale: #505050. Windows color (decimal): -2486473 or 3608538. OLE color: 3608538.

HSL color Cylindrical-coordinate representation of color #DA0F37: hue angle of 348.18º 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 #DA0F37 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 15 55 -
CMYK 0 0.93 0.75 0.15
HSL 348.18º 0.87% 0.46% -
HSV(B) 348.18º 0.93% 0.85% -
XYZ 29.77 15.52 5.04 -
YUV 80.26 113.75 226.25 -
System Red Green Blue C M Y K H S L
Decimal 218 15 55 0 0.93 0.75 0.15 348.18 0.87 0.46
Hex DA F 37 0 5D 4B F 15C 57 2E
Octal 332 17 67 0 135 113 17 534 127 56
Binary 11011010 1111 110111 0 1011101 1001011 1111 101011100 1010111 101110

Color Harmonies of #DA0F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0F37

Black with #DA0F37

Text Example


Text Example

White with #DA0F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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