Html Css Color HEX #DA202F Alizarin

📋 copy color: '#DA202F'

red 218 ◦ green 32 ◦ blue 47

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

Shades of Alizarin #DA202F

Tints of Alizarin #DA202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 73.4%
G = 10.77%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA202F (or 0xDA202F) is known color: Alizarin. HEX triplet: DA, 20 and 2F. RGB value is (218,32,47). Sum of RGB (Red+Green+Blue) = 218+32+47=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA202F is #25DFD0. Grayscale: #595959. Windows color (decimal): -2482129 or 3088602. OLE color: 3088602.

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

Color convert

RGB 218 32 47 -
CMYK 0 0.85 0.78 0.15
HSL 355.16º 0.74% 0.49% -
HSV(B) 355.16º 0.85% 0.85% -
XYZ 29.94 16.14 4.23 -
YUV 89.32 104.12 219.78 -
System Red Green Blue C M Y K H S L
Decimal 218 32 47 0 0.85 0.78 0.15 355.16 0.74 0.49
Hex DA 20 2F 0 55 4E F 163 4A 31
Octal 332 40 57 0 125 116 17 543 112 61
Binary 11011010 100000 101111 0 1010101 1001110 1111 101100011 1001010 110001

Color Harmonies of #DA202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA202F

Black with #DA202F

Text Example


Text Example

White with #DA202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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