Html Css Color HEX #DA202D Alizarin

📋 copy color: '#DA202D'

red 218 ◦ green 32 ◦ blue 45

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

Shades of Alizarin #DA202D

Tints of Alizarin #DA202D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 73.9%
G = 10.85%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA202D (or 0xDA202D) is known color: Alizarin. HEX triplet: DA, 20 and 2D. RGB value is (218,32,45). Sum of RGB (Red+Green+Blue) = 218+32+45=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA202D is #25DFD2. Grayscale: #595959. Windows color (decimal): -2482131 or 2957530. OLE color: 2957530.

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

Color convert

RGB 218 32 45 -
CMYK 0 0.85 0.79 0.15
HSL 355.81º 0.74% 0.49% -
HSV(B) 355.81º 0.85% 0.85% -
XYZ 29.9 16.13 4.02 -
YUV 89.1 103.12 219.94 -
System Red Green Blue C M Y K H S L
Decimal 218 32 45 0 0.85 0.79 0.15 355.81 0.74 0.49
Hex DA 20 2D 0 55 4F F 164 4A 31
Octal 332 40 55 0 125 117 17 544 112 61
Binary 11011010 100000 101101 0 1010101 1001111 1111 101100100 1001010 110001

Color Harmonies of #DA202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA202D

Black with #DA202D

Text Example


Text Example

White with #DA202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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