Html Css Color HEX #DE333A Alizarin

📋 copy color: '#DE333A'

red 222 ◦ green 51 ◦ blue 58

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

Shades of Alizarin #DE333A

Tints of Alizarin #DE333A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 67.07%
G = 15.41%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE333A (or 0xDE333A) is known color: Alizarin. HEX triplet: DE, 33 and 3A. RGB value is (222,51,58). Sum of RGB (Red+Green+Blue) = 222+51+58=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE333A is #21CCC5. Grayscale: #676767. Windows color (decimal): -2215110 or 3814366. OLE color: 3814366.

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

Color convert

RGB 222 51 58 -
CMYK 0 0.77 0.74 0.13
HSL 357.54º 0.72% 0.54% -
HSV(B) 357.54º 0.77% 0.87% -
XYZ 32.07 18.2 5.83 -
YUV 102.93 102.65 212.93 -
System Red Green Blue C M Y K H S L
Decimal 222 51 58 0 0.77 0.74 0.13 357.54 0.72 0.54
Hex DE 33 3A 0 4D 4A D 166 48 36
Octal 336 63 72 0 115 112 15 546 110 66
Binary 11011110 110011 111010 0 1001101 1001010 1101 101100110 1001000 110110

Color Harmonies of #DE333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE333A

Black with #DE333A

Text Example


Text Example

White with #DE333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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