Html Css Color HEX #DF202F Alizarin

📋 copy color: '#DF202F'

red 223 ◦ green 32 ◦ blue 47

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

Shades of Alizarin #DF202F

Tints of Alizarin #DF202F

RGB

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

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

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

R = 73.84%
G = 10.6%
B = 15.56%

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

#DF202F (or 0xDF202F) is known color: Alizarin. HEX triplet: DF, 20 and 2F. RGB value is (223,32,47). Sum of RGB (Red+Green+Blue) = 223+32+47=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF202F is #20DFD0. Grayscale: #5A5A5A. Windows color (decimal): -2154449 or 3088607. OLE color: 3088607.

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

Color convert

RGB 223 32 47 -
CMYK 0 0.86 0.79 0.13
HSL 355.29º 0.75% 0.5% -
HSV(B) 355.29º 0.86% 0.87% -
XYZ 31.46 16.93 4.3 -
YUV 90.82 103.28 222.28 -
System Red Green Blue C M Y K H S L
Decimal 223 32 47 0 0.86 0.79 0.13 355.29 0.75 0.5
Hex DF 20 2F 0 56 4F D 163 4B 32
Octal 337 40 57 0 126 117 15 543 113 62
Binary 11011111 100000 101111 0 1010110 1001111 1101 101100011 1001011 110010

Color Harmonies of #DF202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF202F

Black with #DF202F

Text Example


Text Example

White with #DF202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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