Html Css Color HEX #DF2227 Alizarin

📋 copy color: '#DF2227'

red 223 ◦ green 34 ◦ blue 39

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

Shades of Alizarin #DF2227

Tints of Alizarin #DF2227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.49%

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

R = 75.34%
G = 11.49%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2227 (or 0xDF2227) is known color: Alizarin. HEX triplet: DF, 22 and 27. RGB value is (223,34,39). Sum of RGB (Red+Green+Blue) = 223+34+39=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2227 is #20DDD8. Grayscale: #5B5B5B. Windows color (decimal): -2153945 or 2564831. OLE color: 2564831.

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

Color convert

RGB 223 34 39 -
CMYK 0 0.85 0.83 0.13
HSL 358.41º 0.75% 0.5% -
HSV(B) 358.41º 0.85% 0.87% -
XYZ 31.37 16.98 3.54 -
YUV 91.08 98.62 222.09 -
System Red Green Blue C M Y K H S L
Decimal 223 34 39 0 0.85 0.83 0.13 358.41 0.75 0.5
Hex DF 22 27 0 55 53 D 166 4B 32
Octal 337 42 47 0 125 123 15 546 113 62
Binary 11011111 100010 100111 0 1010101 1010011 1101 101100110 1001011 110010

Color Harmonies of #DF2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2227

Black with #DF2227

Text Example


Text Example

White with #DF2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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