Html Css Color HEX #DE332C Cinnabar

📋 copy color: '#DE332C'

red 222 ◦ green 51 ◦ blue 44

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

Shades of Cinnabar #DE332C

Tints of Cinnabar #DE332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 70.03%
G = 16.09%
B = 13.88%

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

#DE332C (or 0xDE332C) is known color: Cinnabar. HEX triplet: DE, 33 and 2C. RGB value is (222,51,44). Sum of RGB (Red+Green+Blue) = 222+51+44=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE332C is #21CCD3. Grayscale: #656565. Windows color (decimal): -2215124 or 2896862. OLE color: 2896862.

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

Color convert

RGB 222 51 44 -
CMYK 0 0.77 0.80 0.13
HSL 2.36º 0.73% 0.52% -
HSV(B) 2.36º 0.8% 0.87% -
XYZ 31.76 18.08 4.2 -
YUV 101.33 95.65 214.07 -
System Red Green Blue C M Y K H S L
Decimal 222 51 44 0 0.77 0.80 0.13 2.36 0.73 0.52
Hex DE 33 2C 0 4D 50 D 2 49 34
Octal 336 63 54 0 115 120 15 2 111 64
Binary 11011110 110011 101100 0 1001101 1010000 1101 10 1001001 110100

Color Harmonies of #DE332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE332C

Black with #DE332C

Text Example


Text Example

White with #DE332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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