Html Css Color HEX #DF2528 Alizarin

📋 copy color: '#DF2528'

red 223 ◦ green 37 ◦ blue 40

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

Shades of Alizarin #DF2528

Tints of Alizarin #DF2528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 74.33%
G = 12.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF2528 (or 0xDF2528) is known color: Alizarin. HEX triplet: DF, 25 and 28. RGB value is (223,37,40). Sum of RGB (Red+Green+Blue) = 223+37+40=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2528 is #20DAD7. Grayscale: #5D5D5D. Windows color (decimal): -2153176 or 2631135. OLE color: 2631135.

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

Color convert

RGB 223 37 40 -
CMYK 0 0.83 0.82 0.13
HSL 359.03º 0.74% 0.51% -
HSV(B) 359.03º 0.83% 0.87% -
XYZ 31.48 17.16 3.66 -
YUV 92.96 98.12 220.76 -
System Red Green Blue C M Y K H S L
Decimal 223 37 40 0 0.83 0.82 0.13 359.03 0.74 0.51
Hex DF 25 28 0 53 52 D 167 4A 33
Octal 337 45 50 0 123 122 15 547 112 63
Binary 11011111 100101 101000 0 1010011 1010010 1101 101100111 1001010 110011

Color Harmonies of #DF2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2528

Black with #DF2528

Text Example


Text Example

White with #DF2528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2528; }

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

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

background-color css

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

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

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

border-color css

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

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

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