Html Css Color HEX #DA2B33 Alizarin

📋 copy color: '#DA2B33'

red 218 ◦ green 43 ◦ blue 51

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

Shades of Alizarin #DA2B33

Tints of Alizarin #DA2B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.78%

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

R = 69.87%
G = 13.78%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA2B33 (or 0xDA2B33) is known color: Alizarin. HEX triplet: DA, 2B and 33. RGB value is (218,43,51). Sum of RGB (Red+Green+Blue) = 218+43+51=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B33 is #25D4CC. Grayscale: #606060. Windows color (decimal): -2479309 or 3353562. OLE color: 3353562.

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

Color convert

RGB 218 43 51 -
CMYK 0 0.80 0.77 0.15
HSL 357.26º 0.7% 0.51% -
HSV(B) 357.26º 0.8% 0.85% -
XYZ 30.37 16.87 4.79 -
YUV 96.24 102.48 214.85 -
System Red Green Blue C M Y K H S L
Decimal 218 43 51 0 0.80 0.77 0.15 357.26 0.7 0.51
Hex DA 2B 33 0 50 4D F 165 46 33
Octal 332 53 63 0 120 115 17 545 106 63
Binary 11011010 101011 110011 0 1010000 1001101 1111 101100101 1000110 110011

Color Harmonies of #DA2B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B33

Black with #DA2B33

Text Example


Text Example

White with #DA2B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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