Html Css Color HEX #DF2136 Alizarin

📋 copy color: '#DF2136'

red 223 ◦ green 33 ◦ blue 54

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

Shades of Alizarin #DF2136

Tints of Alizarin #DF2136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.42%

R = 71.94%
G = 10.65%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF2136 (or 0xDF2136) is known color: Alizarin. HEX triplet: DF, 21 and 36. RGB value is (223,33,54). Sum of RGB (Red+Green+Blue) = 223+33+54=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2136 is #20DEC9. Grayscale: #5C5C5C. Windows color (decimal): -2154186 or 3547615. OLE color: 3547615.

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

Color convert

RGB 223 33 54 -
CMYK 0 0.85 0.76 0.13
HSL 353.37º 0.75% 0.5% -
HSV(B) 353.37º 0.85% 0.87% -
XYZ 31.64 17.04 5.11 -
YUV 92.2 106.45 221.29 -
System Red Green Blue C M Y K H S L
Decimal 223 33 54 0 0.85 0.76 0.13 353.37 0.75 0.5
Hex DF 21 36 0 55 4C D 161 4B 32
Octal 337 41 66 0 125 114 15 541 113 62
Binary 11011111 100001 110110 0 1010101 1001100 1101 101100001 1001011 110010

Color Harmonies of #DF2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2136

Black with #DF2136

Text Example


Text Example

White with #DF2136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2136; }

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

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

background-color css

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

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

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

border-color css

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

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

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