Html Css Color HEX #DA2833 Alizarin

📋 copy color: '#DA2833'

red 218 ◦ green 40 ◦ blue 51

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

Shades of Alizarin #DA2833

Tints of Alizarin #DA2833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.94%

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

R = 70.55%
G = 12.94%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA2833 (or 0xDA2833) is known color: Alizarin. HEX triplet: DA, 28 and 33. RGB value is (218,40,51). Sum of RGB (Red+Green+Blue) = 218+40+51=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2833 is #25D7CC. Grayscale: #5E5E5E. Windows color (decimal): -2480077 or 3352794. OLE color: 3352794.

HSL color Cylindrical-coordinate representation of color #DA2833: hue angle of 356.29º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2833 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 40 51 -
CMYK 0 0.82 0.77 0.15
HSL 356.29º 0.71% 0.51% -
HSV(B) 356.29º 0.82% 0.85% -
XYZ 30.27 16.66 4.75 -
YUV 94.48 103.47 216.11 -
System Red Green Blue C M Y K H S L
Decimal 218 40 51 0 0.82 0.77 0.15 356.29 0.71 0.51
Hex DA 28 33 0 52 4D F 164 47 33
Octal 332 50 63 0 122 115 17 544 107 63
Binary 11011010 101000 110011 0 1010010 1001101 1111 101100100 1000111 110011

Color Harmonies of #DA2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2833

Black with #DA2833

Text Example


Text Example

White with #DA2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2833; }

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

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

background-color css

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

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

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

border-color css

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

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

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