Html Css Color HEX #DA3037 Alizarin

📋 copy color: '#DA3037'

red 218 ◦ green 48 ◦ blue 55

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

Shades of Alizarin #DA3037

Tints of Alizarin #DA3037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

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

R = 67.91%
G = 14.95%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3037 (or 0xDA3037) is known color: Alizarin. HEX triplet: DA, 30 and 37. RGB value is (218,48,55). Sum of RGB (Red+Green+Blue) = 218+48+55=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3037 is #25CFC8. Grayscale: #636363. Windows color (decimal): -2478025 or 3616986. OLE color: 3616986.

HSL color Cylindrical-coordinate representation of color #DA3037: hue angle of 357.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3037 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 55 -
CMYK 0 0.78 0.75 0.15
HSL 357.53º 0.7% 0.52% -
HSV(B) 357.53º 0.78% 0.85% -
XYZ 30.66 17.3 5.34 -
YUV 99.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 218 48 55 0 0.78 0.75 0.15 357.53 0.7 0.52
Hex DA 30 37 0 4E 4B F 166 46 34
Octal 332 60 67 0 116 113 17 546 106 64
Binary 11011010 110000 110111 0 1001110 1001011 1111 101100110 1000110 110100

Color Harmonies of #DA3037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3037

Black with #DA3037

Text Example


Text Example

White with #DA3037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3037; }

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

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

background-color css

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

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

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

border-color css

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

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

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