Html Css Color HEX #DF2425 Alizarin

📋 copy color: '#DF2425'

red 223 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #DF2425

Tints of Alizarin #DF2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

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

R = 75.34%
G = 12.16%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF2425 (or 0xDF2425) is known color: Alizarin. HEX triplet: DF, 24 and 25. RGB value is (223,36,37). Sum of RGB (Red+Green+Blue) = 223+36+37=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2425 is #20DBDA. Grayscale: #5C5C5C. Windows color (decimal): -2153435 or 2434271. OLE color: 2434271.

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

Color convert

RGB 223 36 37 -
CMYK 0 0.84 0.83 0.13
HSL 359.68º 0.75% 0.51% -
HSV(B) 359.68º 0.84% 0.87% -
XYZ 31.4 17.08 3.39 -
YUV 92.03 96.95 221.42 -
System Red Green Blue C M Y K H S L
Decimal 223 36 37 0 0.84 0.83 0.13 359.68 0.75 0.51
Hex DF 24 25 0 54 53 D 168 4B 33
Octal 337 44 45 0 124 123 15 550 113 63
Binary 11011111 100100 100101 0 1010100 1010011 1101 101101000 1001011 110011

Color Harmonies of #DF2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2425

Black with #DF2425

Text Example


Text Example

White with #DF2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2425; }

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

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

background-color css

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

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

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

border-color css

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

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

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