Html Css Color HEX #DF2027 Alizarin

📋 copy color: '#DF2027'

red 223 ◦ green 32 ◦ blue 39

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

Shades of Alizarin #DF2027

Tints of Alizarin #DF2027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.27%

R = 75.85%
G = 10.88%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2027 (or 0xDF2027) is known color: Alizarin. HEX triplet: DF, 20 and 27. RGB value is (223,32,39). Sum of RGB (Red+Green+Blue) = 223+32+39=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2027 is #20DFD8. Grayscale: #5A5A5A. Windows color (decimal): -2154457 or 2564319. OLE color: 2564319.

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

Color convert

RGB 223 32 39 -
CMYK 0 0.86 0.83 0.13
HSL 357.8º 0.75% 0.5% -
HSV(B) 357.8º 0.86% 0.87% -
XYZ 31.31 16.87 3.52 -
YUV 89.91 99.28 222.93 -
System Red Green Blue C M Y K H S L
Decimal 223 32 39 0 0.86 0.83 0.13 357.8 0.75 0.5
Hex DF 20 27 0 56 53 D 166 4B 32
Octal 337 40 47 0 126 123 15 546 113 62
Binary 11011111 100000 100111 0 1010110 1010011 1101 101100110 1001011 110010

Color Harmonies of #DF2027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2027

Black with #DF2027

Text Example


Text Example

White with #DF2027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2027; }

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

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

background-color css

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

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

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

border-color css

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

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

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