#DE453E

Color #DE453E Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #DE453E

Tints of Cinnabar #DE453E

Color information

#DE453E (or 0xDE453E) is unknown color: approx Cinnabar. HEX triplet: DE, 45 and 3E. RGB value is (222,69,62). Sum of RGB (Red+Green+Blue) = 222+69+62=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE453E is #21BAC1. Grayscale: #727272. Windows color (decimal): -2210498 or 4081118. OLE color: 4081118.

HSL color Cylindrical-coordinate representation of color #DE453E: hue angle of 2.63º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE453E is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB2226962-
CMYK00.690.720.13
HSL2.63º70.8%55.69%-
HSV(B)2.63º72.07%87.06%-
XYZ33.1220.136.7-
YUV113.9598.69205.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.89%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 62 (24.61% from 255) = 17.56%
R=62.89%
G=19.55%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222696200.690.720.132.6370.855.69
HexDE453E04548D34738
Octal33610576010511015310770
Binary1101111010001011111100100010110010001101111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE453E; }

 p { color: rgb(222,69,62); }

 H1.HeaderClassName
 {
   color: #DE453E;
 }
 .AnyTagClassName
 {
   color: #DE453E;
 }
</style>
background-color css

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

 a { background-color: rgb(222,69,62); }

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

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

 span { border-color: rgb(222,69,62); }

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