Html Css Color HEX #DF2133 Alizarin

📋 copy color: '#DF2133'

red 223 ◦ green 33 ◦ blue 51

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

Shades of Alizarin #DF2133

Tints of Alizarin #DF2133

RGB

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

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

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

R = 72.64%
G = 10.75%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF2133 (or 0xDF2133) is known color: Alizarin. HEX triplet: DF, 21 and 33. RGB value is (223,33,51). Sum of RGB (Red+Green+Blue) = 223+33+51=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2133 is #20DECC. Grayscale: #5B5B5B. Windows color (decimal): -2154189 or 3351007. OLE color: 3351007.

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

Color convert

RGB 223 33 51 -
CMYK 0 0.85 0.77 0.13
HSL 354.32º 0.75% 0.5% -
HSV(B) 354.32º 0.85% 0.87% -
XYZ 31.57 17.01 4.75 -
YUV 91.86 104.95 221.54 -
System Red Green Blue C M Y K H S L
Decimal 223 33 51 0 0.85 0.77 0.13 354.32 0.75 0.5
Hex DF 21 33 0 55 4D D 162 4B 32
Octal 337 41 63 0 125 115 15 542 113 62
Binary 11011111 100001 110011 0 1010101 1001101 1101 101100010 1001011 110010

Color Harmonies of #DF2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2133

Black with #DF2133

Text Example


Text Example

White with #DF2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2133; }

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

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

background-color css

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

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

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

border-color css

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

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

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