Html Css Color HEX #DF2336 Alizarin

📋 copy color: '#DF2336'

red 223 ◦ green 35 ◦ blue 54

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

Shades of Alizarin #DF2336

Tints of Alizarin #DF2336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

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

R = 71.47%
G = 11.22%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF2336 (or 0xDF2336) is known color: Alizarin. HEX triplet: DF, 23 and 36. RGB value is (223,35,54). Sum of RGB (Red+Green+Blue) = 223+35+54=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2336 is #20DCC9. Grayscale: #5D5D5D. Windows color (decimal): -2153674 or 3548127. OLE color: 3548127.

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

Color convert

RGB 223 35 54 -
CMYK 0 0.84 0.76 0.13
HSL 353.94º 0.75% 0.51% -
HSV(B) 353.94º 0.84% 0.87% -
XYZ 31.7 17.16 5.13 -
YUV 93.38 105.78 220.46 -
System Red Green Blue C M Y K H S L
Decimal 223 35 54 0 0.84 0.76 0.13 353.94 0.75 0.51
Hex DF 23 36 0 54 4C D 162 4B 33
Octal 337 43 66 0 124 114 15 542 113 63
Binary 11011111 100011 110110 0 1010100 1001100 1101 101100010 1001011 110011

Color Harmonies of #DF2336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2336

Black with #DF2336

Text Example


Text Example

White with #DF2336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2336; }

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

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

background-color css

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

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

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

border-color css

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

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

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