Html Css Color HEX #DE332D Cinnabar

📋 copy color: '#DE332D'

red 222 ◦ green 51 ◦ blue 45

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

Shades of Cinnabar #DE332D

Tints of Cinnabar #DE332D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 69.81%
G = 16.04%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE332D (or 0xDE332D) is known color: Cinnabar. HEX triplet: DE, 33 and 2D. RGB value is (222,51,45). Sum of RGB (Red+Green+Blue) = 222+51+45=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE332D is #21CCD2. Grayscale: #656565. Windows color (decimal): -2215123 or 2962398. OLE color: 2962398.

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

Color convert

RGB 222 51 45 -
CMYK 0 0.77 0.80 0.13
HSL 2.03º 0.73% 0.52% -
HSV(B) 2.03º 0.8% 0.87% -
XYZ 31.78 18.09 4.3 -
YUV 101.45 96.15 213.99 -
System Red Green Blue C M Y K H S L
Decimal 222 51 45 0 0.77 0.80 0.13 2.03 0.73 0.52
Hex DE 33 2D 0 4D 50 D 2 49 34
Octal 336 63 55 0 115 120 15 2 111 64
Binary 11011110 110011 101101 0 1001101 1010000 1101 10 1001001 110100

Color Harmonies of #DE332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE332D

Black with #DE332D

Text Example


Text Example

White with #DE332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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