Html Css Color HEX #DF2225 Alizarin

📋 copy color: '#DF2225'

red 223 ◦ green 34 ◦ blue 37

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

Shades of Alizarin #DF2225

Tints of Alizarin #DF2225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.59%

R = 75.85%
G = 11.56%
B = 12.59%

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

#DF2225 (or 0xDF2225) is known color: Alizarin. HEX triplet: DF, 22 and 25. RGB value is (223,34,37). Sum of RGB (Red+Green+Blue) = 223+34+37=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2225 is #20DDDA. Grayscale: #5B5B5B. Windows color (decimal): -2153947 or 2433759. OLE color: 2433759.

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

Color convert

RGB 223 34 37 -
CMYK 0 0.85 0.83 0.13
HSL 359.05º 0.75% 0.5% -
HSV(B) 359.05º 0.85% 0.87% -
XYZ 31.34 16.97 3.37 -
YUV 90.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 223 34 37 0 0.85 0.83 0.13 359.05 0.75 0.5
Hex DF 22 25 0 55 53 D 167 4B 32
Octal 337 42 45 0 125 123 15 547 113 62
Binary 11011111 100010 100101 0 1010101 1010011 1101 101100111 1001011 110010

Color Harmonies of #DF2225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2225

Black with #DF2225

Text Example


Text Example

White with #DF2225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2225; }

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

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

background-color css

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

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

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

border-color css

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

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

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