Html Css Color HEX #DF2728 Alizarin

📋 copy color: '#DF2728'

red 223 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #DF2728

Tints of Alizarin #DF2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

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

R = 73.84%
G = 12.91%
B = 13.25%

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

#DF2728 (or 0xDF2728) is known color: Alizarin. HEX triplet: DF, 27 and 28. RGB value is (223,39,40). Sum of RGB (Red+Green+Blue) = 223+39+40=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2728 is #20D8D7. Grayscale: #5E5E5E. Windows color (decimal): -2152664 or 2631647. OLE color: 2631647.

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

Color convert

RGB 223 39 40 -
CMYK 0 0.83 0.82 0.13
HSL 359.67º 0.74% 0.51% -
HSV(B) 359.67º 0.83% 0.87% -
XYZ 31.54 17.29 3.68 -
YUV 94.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 223 39 40 0 0.83 0.82 0.13 359.67 0.74 0.51
Hex DF 27 28 0 53 52 D 168 4A 33
Octal 337 47 50 0 123 122 15 550 112 63
Binary 11011111 100111 101000 0 1010011 1010010 1101 101101000 1001010 110011

Color Harmonies of #DF2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2728

Black with #DF2728

Text Example


Text Example

White with #DF2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2728; }

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

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

background-color css

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

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

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

border-color css

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

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

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