Html Css Color HEX #DE492E Cinnabar

📋 copy color: '#DE492E'

red 222 ◦ green 73 ◦ blue 46

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

Shades of Cinnabar #DE492E

Tints of Cinnabar #DE492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.49%

R = 65.1%
G = 21.41%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE492E (or 0xDE492E) is known color: Cinnabar. HEX triplet: DE, 49 and 2E. RGB value is (222,73,46). Sum of RGB (Red+Green+Blue) = 222+73+46=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE492E is #21B6D1. Grayscale: #727272. Windows color (decimal): -2209490 or 3033566. OLE color: 3033566.

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

Color convert

RGB 222 73 46 -
CMYK 0 0.67 0.79 0.13
HSL 9.2º 0.73% 0.53% -
HSV(B) 9.2º 0.79% 0.87% -
XYZ 33 20.49 4.8 -
YUV 114.47 89.36 204.7 -
System Red Green Blue C M Y K H S L
Decimal 222 73 46 0 0.67 0.79 0.13 9.2 0.73 0.53
Hex DE 49 2E 0 43 4F D 9 49 35
Octal 336 111 56 0 103 117 15 11 111 65
Binary 11011110 1001001 101110 0 1000011 1001111 1101 1001 1001001 110101

Color Harmonies of #DE492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE492E

Black with #DE492E

Text Example


Text Example

White with #DE492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE492E; }

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

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

background-color css

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

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

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

border-color css

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

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

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