Html Css Color HEX #DF2C33 Alizarin

📋 copy color: '#DF2C33'

red 223 ◦ green 44 ◦ blue 51

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

Shades of Alizarin #DF2C33

Tints of Alizarin #DF2C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.04%

R = 70.13%
G = 13.84%
B = 16.04%

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

#DF2C33 (or 0xDF2C33) is known color: Alizarin. HEX triplet: DF, 2C and 33. RGB value is (223,44,51). Sum of RGB (Red+Green+Blue) = 223+44+51=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C33 is #20D3CC. Grayscale: #626262. Windows color (decimal): -2151373 or 3353823. OLE color: 3353823.

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

Color convert

RGB 223 44 51 -
CMYK 0 0.80 0.77 0.13
HSL 357.65º 0.74% 0.52% -
HSV(B) 357.65º 0.8% 0.87% -
XYZ 31.93 17.73 4.87 -
YUV 98.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 223 44 51 0 0.80 0.77 0.13 357.65 0.74 0.52
Hex DF 2C 33 0 50 4D D 166 4A 34
Octal 337 54 63 0 120 115 15 546 112 64
Binary 11011111 101100 110011 0 1010000 1001101 1101 101100110 1001010 110100

Color Harmonies of #DF2C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2C33

Black with #DF2C33

Text Example


Text Example

White with #DF2C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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