Html Css Color HEX #DE492C Cinnabar

📋 copy color: '#DE492C'

red 222 ◦ green 73 ◦ blue 44

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

Shades of Cinnabar #DE492C

Tints of Cinnabar #DE492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

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

R = 65.49%
G = 21.53%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE492C (or 0xDE492C) is known color: Cinnabar. HEX triplet: DE, 49 and 2C. RGB value is (222,73,44). Sum of RGB (Red+Green+Blue) = 222+73+44=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE492C is #21B6D3. Grayscale: #727272. Windows color (decimal): -2209492 or 2902494. OLE color: 2902494.

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

Color convert

RGB 222 73 44 -
CMYK 0 0.67 0.80 0.13
HSL 9.78º 0.73% 0.52% -
HSV(B) 9.78º 0.8% 0.87% -
XYZ 32.96 20.48 4.6 -
YUV 114.25 88.36 204.86 -
System Red Green Blue C M Y K H S L
Decimal 222 73 44 0 0.67 0.80 0.13 9.78 0.73 0.52
Hex DE 49 2C 0 43 50 D A 49 34
Octal 336 111 54 0 103 120 15 12 111 64
Binary 11011110 1001001 101100 0 1000011 1010000 1101 1010 1001001 110100

Color Harmonies of #DE492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE492C

Black with #DE492C

Text Example


Text Example

White with #DE492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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