Html Css Color HEX #DF2226 Alizarin

📋 copy color: '#DF2226'

red 223 ◦ green 34 ◦ blue 38

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

Shades of Alizarin #DF2226

Tints of Alizarin #DF2226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.88%

R = 75.59%
G = 11.53%
B = 12.88%

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

#DF2226 (or 0xDF2226) is known color: Alizarin. HEX triplet: DF, 22 and 26. RGB value is (223,34,38). Sum of RGB (Red+Green+Blue) = 223+34+38=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2226 is #20DDD9. Grayscale: #5B5B5B. Windows color (decimal): -2153946 or 2499295. OLE color: 2499295.

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

Color convert

RGB 223 34 38 -
CMYK 0 0.85 0.83 0.13
HSL 358.73º 0.75% 0.5% -
HSV(B) 358.73º 0.85% 0.87% -
XYZ 31.35 16.97 3.46 -
YUV 90.97 98.12 222.17 -
System Red Green Blue C M Y K H S L
Decimal 223 34 38 0 0.85 0.83 0.13 358.73 0.75 0.5
Hex DF 22 26 0 55 53 D 167 4B 32
Octal 337 42 46 0 125 123 15 547 113 62
Binary 11011111 100010 100110 0 1010101 1010011 1101 101100111 1001011 110010

Color Harmonies of #DF2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2226

Black with #DF2226

Text Example


Text Example

White with #DF2226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2226; }

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

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

background-color css

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

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

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

border-color css

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

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

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