Html Css Color HEX #DF2D36 Alizarin

📋 copy color: '#DF2D36'

red 223 ◦ green 45 ◦ blue 54

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

Shades of Alizarin #DF2D36

Tints of Alizarin #DF2D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.98%

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

R = 69.25%
G = 13.98%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF2D36 (or 0xDF2D36) is known color: Alizarin. HEX triplet: DF, 2D and 36. RGB value is (223,45,54). Sum of RGB (Red+Green+Blue) = 223+45+54=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D36 is #20D2C9. Grayscale: #636363. Windows color (decimal): -2151114 or 3550687. OLE color: 3550687.

HSL color Cylindrical-coordinate representation of color #DF2D36: hue angle of 356.97º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D36 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 45 54 -
CMYK 0 0.80 0.76 0.13
HSL 356.97º 0.74% 0.53% -
HSV(B) 356.97º 0.8% 0.87% -
XYZ 32.04 17.83 5.24 -
YUV 99.25 102.47 216.27 -
System Red Green Blue C M Y K H S L
Decimal 223 45 54 0 0.80 0.76 0.13 356.97 0.74 0.53
Hex DF 2D 36 0 50 4C D 165 4A 35
Octal 337 55 66 0 120 114 15 545 112 65
Binary 11011111 101101 110110 0 1010000 1001100 1101 101100101 1001010 110101

Color Harmonies of #DF2D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D36

Black with #DF2D36

Text Example


Text Example

White with #DF2D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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