Html Css Color HEX #DF2628 Alizarin

📋 copy color: '#DF2628'

red 223 ◦ green 38 ◦ blue 40

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

Shades of Alizarin #DF2628

Tints of Alizarin #DF2628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 74.09%
G = 12.62%
B = 13.29%

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

#DF2628 (or 0xDF2628) is known color: Alizarin. HEX triplet: DF, 26 and 28. RGB value is (223,38,40). Sum of RGB (Red+Green+Blue) = 223+38+40=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2628 is #20D9D7. Grayscale: #5D5D5D. Windows color (decimal): -2152920 or 2631391. OLE color: 2631391.

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

Color convert

RGB 223 38 40 -
CMYK 0 0.83 0.82 0.13
HSL 359.35º 0.74% 0.51% -
HSV(B) 359.35º 0.83% 0.87% -
XYZ 31.51 17.23 3.67 -
YUV 93.54 97.79 220.34 -
System Red Green Blue C M Y K H S L
Decimal 223 38 40 0 0.83 0.82 0.13 359.35 0.74 0.51
Hex DF 26 28 0 53 52 D 167 4A 33
Octal 337 46 50 0 123 122 15 547 112 63
Binary 11011111 100110 101000 0 1010011 1010010 1101 101100111 1001010 110011

Color Harmonies of #DF2628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2628

Black with #DF2628

Text Example


Text Example

White with #DF2628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2628; }

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

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

background-color css

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

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

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

border-color css

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

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

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