Html Css Color HEX #DE333C Alizarin

📋 copy color: '#DE333C'

red 222 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #DE333C

Tints of Alizarin #DE333C

RGB

 RED value IS 222 (87.11% from 255) = 66.67%

 GREEN value IS 51 (20.31% from 255) = 15.32%

 BLUE value IS 60 (23.83% from 255) = 18.02%

R = 66.67%
G = 15.32%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE333C (or 0xDE333C) is known color: Alizarin. HEX triplet: DE, 33 and 3C. RGB value is (222,51,60). Sum of RGB (Red+Green+Blue) = 222+51+60=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE333C is #21CCC3. Grayscale: #676767. Windows color (decimal): -2215108 or 3945438. OLE color: 3945438.

HSL color Cylindrical-coordinate representation of color #DE333C: hue angle of 356.84º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE333C is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 51 60 -
CMYK 0 0.77 0.73 0.13
HSL 356.84º 0.72% 0.54% -
HSV(B) 356.84º 0.77% 0.87% -
XYZ 32.12 18.22 6.1 -
YUV 103.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 222 51 60 0 0.77 0.73 0.13 356.84 0.72 0.54
Hex DE 33 3C 0 4D 49 D 165 48 36
Octal 336 63 74 0 115 111 15 545 110 66
Binary 11011110 110011 111100 0 1001101 1001001 1101 101100101 1001000 110110

Color Harmonies of #DE333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE333C

Black with #DE333C

Text Example


Text Example

White with #DE333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE333C; }

 p { color: rgb(222,51,60); }

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

background-color css

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

 a { background-color: rgb(222,51,60); }

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

border-color css

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

 span { border-color: rgb(222,51,60); }

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