Html Css Color HEX #DA202C Alizarin

📋 copy color: '#DA202C'

red 218 ◦ green 32 ◦ blue 44

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

Shades of Alizarin #DA202C

Tints of Alizarin #DA202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 74.15%
G = 10.88%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA202C (or 0xDA202C) is known color: Alizarin. HEX triplet: DA, 20 and 2C. RGB value is (218,32,44). Sum of RGB (Red+Green+Blue) = 218+32+44=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA202C is #25DFD3. Grayscale: #595959. Windows color (decimal): -2482132 or 2891994. OLE color: 2891994.

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

Color convert

RGB 218 32 44 -
CMYK 0 0.85 0.80 0.15
HSL 356.13º 0.74% 0.49% -
HSV(B) 356.13º 0.85% 0.85% -
XYZ 29.88 16.12 3.92 -
YUV 88.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 218 32 44 0 0.85 0.80 0.15 356.13 0.74 0.49
Hex DA 20 2C 0 55 50 F 164 4A 31
Octal 332 40 54 0 125 120 17 544 112 61
Binary 11011010 100000 101100 0 1010101 1010000 1111 101100100 1001010 110001

Color Harmonies of #DA202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA202C

Black with #DA202C

Text Example


Text Example

White with #DA202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA202C; }

 p { color: rgb(218,32,44); }

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

background-color css

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

 a { background-color: rgb(218,32,44); }

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

border-color css

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

 span { border-color: rgb(218,32,44); }

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