Html Css Color HEX #DF2137 Alizarin

📋 copy color: '#DF2137'

red 223 ◦ green 33 ◦ blue 55

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

Shades of Alizarin #DF2137

Tints of Alizarin #DF2137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

 BLUE value IS 55 (21.88% from 255) = 17.68%

R = 71.7%
G = 10.61%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF2137 (or 0xDF2137) is known color: Alizarin. HEX triplet: DF, 21 and 37. RGB value is (223,33,55). Sum of RGB (Red+Green+Blue) = 223+33+55=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2137 is #20DEC8. Grayscale: #5C5C5C. Windows color (decimal): -2154185 or 3613151. OLE color: 3613151.

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

Color convert

RGB 223 33 55 -
CMYK 0 0.85 0.75 0.13
HSL 353.05º 0.75% 0.5% -
HSV(B) 353.05º 0.85% 0.87% -
XYZ 31.66 17.05 5.24 -
YUV 92.32 106.95 221.21 -
System Red Green Blue C M Y K H S L
Decimal 223 33 55 0 0.85 0.75 0.13 353.05 0.75 0.5
Hex DF 21 37 0 55 4B D 161 4B 32
Octal 337 41 67 0 125 113 15 541 113 62
Binary 11011111 100001 110111 0 1010101 1001011 1101 101100001 1001011 110010

Color Harmonies of #DF2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2137

Black with #DF2137

Text Example


Text Example

White with #DF2137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2137; }

 p { color: rgb(223,33,55); }

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

background-color css

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

 a { background-color: rgb(223,33,55); }

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

border-color css

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

 span { border-color: rgb(223,33,55); }

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