Html Css Color HEX #DF202E Alizarin

📋 copy color: '#DF202E'

red 223 ◦ green 32 ◦ blue 46

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

Shades of Alizarin #DF202E

Tints of Alizarin #DF202E

RGB

 RED value IS 223 (87.5% from 255) = 74.09%

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

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 74.09%
G = 10.63%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF202E (or 0xDF202E) is known color: Alizarin. HEX triplet: DF, 20 and 2E. RGB value is (223,32,46). Sum of RGB (Red+Green+Blue) = 223+32+46=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF202E is #20DFD1. Grayscale: #5A5A5A. Windows color (decimal): -2154450 or 3023071. OLE color: 3023071.

HSL color Cylindrical-coordinate representation of color #DF202E: hue angle of 355.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF202E is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 32 46 -
CMYK 0 0.86 0.79 0.13
HSL 355.6º 0.75% 0.5% -
HSV(B) 355.6º 0.86% 0.87% -
XYZ 31.44 16.92 4.19 -
YUV 90.71 102.78 222.36 -
System Red Green Blue C M Y K H S L
Decimal 223 32 46 0 0.86 0.79 0.13 355.6 0.75 0.5
Hex DF 20 2E 0 56 4F D 164 4B 32
Octal 337 40 56 0 126 117 15 544 113 62
Binary 11011111 100000 101110 0 1010110 1001111 1101 101100100 1001011 110010

Color Harmonies of #DF202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF202E

Black with #DF202E

Text Example


Text Example

White with #DF202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF202E; }

 p { color: rgb(223,32,46); }

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

background-color css

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

 a { background-color: rgb(223,32,46); }

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

border-color css

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

 span { border-color: rgb(223,32,46); }

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