#DE4B3E

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

Shades of Cinnabar #DE4B3E

Tints of Cinnabar #DE4B3E

Color information

#DE4B3E (or 0xDE4B3E) is unknown color: approx Cinnabar. HEX triplet: DE, 4B and 3E. RGB value is (222,75,62). Sum of RGB (Red+Green+Blue) = 222+75+62=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4B3E is #21B4C1. Grayscale: #757575. Windows color (decimal): -2208962 or 4082654. OLE color: 4082654.

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

Color convert

RGB2227562-
CMYK00.660.720.13
HSL4.88º70.8%55.69%-
HSV(B)4.88º72.07%87.06%-
XYZ33.5120.916.83-
YUV117.4796.7202.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.84%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 62 (24.61% from 255) = 17.27%
R=61.84%
G=20.89%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222756200.660.720.134.8870.855.69
HexDE4B3E04248D54738
Octal33611376010211015510770
Binary11011110100101111111001000010100100011011011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4B3E; }

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

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

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

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

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

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

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

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