Html Css Color HEX #DA3039 Alizarin

📋 copy color: '#DA3039'

red 218 ◦ green 48 ◦ blue 57

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

Shades of Alizarin #DA3039

Tints of Alizarin #DA3039

RGB

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

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

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

R = 67.49%
G = 14.86%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA3039 (or 0xDA3039) is known color: Alizarin. HEX triplet: DA, 30 and 39. RGB value is (218,48,57). Sum of RGB (Red+Green+Blue) = 218+48+57=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3039 is #25CFC6. Grayscale: #636363. Windows color (decimal): -2478023 or 3748058. OLE color: 3748058.

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

Color convert

RGB 218 48 57 -
CMYK 0 0.78 0.74 0.15
HSL 356.82º 0.7% 0.52% -
HSV(B) 356.82º 0.78% 0.85% -
XYZ 30.71 17.31 5.59 -
YUV 99.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 218 48 57 0 0.78 0.74 0.15 356.82 0.7 0.52
Hex DA 30 39 0 4E 4A F 165 46 34
Octal 332 60 71 0 116 112 17 545 106 64
Binary 11011010 110000 111001 0 1001110 1001010 1111 101100101 1000110 110100

Color Harmonies of #DA3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3039

Black with #DA3039

Text Example


Text Example

White with #DA3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3039; }

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

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

background-color css

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

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

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

border-color css

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

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

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