Html Css Color HEX #DA3033 Alizarin

📋 copy color: '#DA3033'

red 218 ◦ green 48 ◦ blue 51

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

Shades of Alizarin #DA3033

Tints of Alizarin #DA3033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 68.77%
G = 15.14%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA3033 (or 0xDA3033) is known color: Alizarin. HEX triplet: DA, 30 and 33. RGB value is (218,48,51). Sum of RGB (Red+Green+Blue) = 218+48+51=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3033 is #25CFCC. Grayscale: #636363. Windows color (decimal): -2478029 or 3354842. OLE color: 3354842.

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

Color convert

RGB 218 48 51 -
CMYK 0 0.78 0.77 0.15
HSL 358.94º 0.7% 0.52% -
HSV(B) 358.94º 0.78% 0.85% -
XYZ 30.57 17.26 4.85 -
YUV 99.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 218 48 51 0 0.78 0.77 0.15 358.94 0.7 0.52
Hex DA 30 33 0 4E 4D F 167 46 34
Octal 332 60 63 0 116 115 17 547 106 64
Binary 11011010 110000 110011 0 1001110 1001101 1111 101100111 1000110 110100

Color Harmonies of #DA3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3033

Black with #DA3033

Text Example


Text Example

White with #DA3033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3033; }

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

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

background-color css

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

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

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

border-color css

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

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

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