Html Css Color HEX #DF2C34 Alizarin

📋 copy color: '#DF2C34'

red 223 ◦ green 44 ◦ blue 52

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

Shades of Alizarin #DF2C34

Tints of Alizarin #DF2C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.79%

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 69.91%
G = 13.79%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF2C34 (or 0xDF2C34) is known color: Alizarin. HEX triplet: DF, 2C and 34. RGB value is (223,44,52). Sum of RGB (Red+Green+Blue) = 223+44+52=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C34 is #20D3CB. Grayscale: #626262. Windows color (decimal): -2151372 or 3419359. OLE color: 3419359.

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

Color convert

RGB 223 44 52 -
CMYK 0 0.80 0.77 0.13
HSL 357.32º 0.74% 0.52% -
HSV(B) 357.32º 0.8% 0.87% -
XYZ 31.95 17.74 4.99 -
YUV 98.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 223 44 52 0 0.80 0.77 0.13 357.32 0.74 0.52
Hex DF 2C 34 0 50 4D D 165 4A 34
Octal 337 54 64 0 120 115 15 545 112 64
Binary 11011111 101100 110100 0 1010000 1001101 1101 101100101 1001010 110100

Color Harmonies of #DF2C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C34

Black with #DF2C34

Text Example


Text Example

White with #DF2C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C34; }

 p { color: rgb(223,44,52); }

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

background-color css

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

 a { background-color: rgb(223,44,52); }

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

border-color css

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

 span { border-color: rgb(223,44,52); }

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