#DE443B

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

Shades of Cinnabar #DE443B

Tints of Cinnabar #DE443B

Color information

#DE443B (or 0xDE443B) is unknown color: approx Cinnabar. HEX triplet: DE, 44 and 3B. RGB value is (222,68,59). Sum of RGB (Red+Green+Blue) = 222+68+59=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE443B is #21BBC4. Grayscale: #717171. Windows color (decimal): -2210757 or 3884254. OLE color: 3884254.

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

Color convert

RGB2226859-
CMYK00.690.730.13
HSL3.31º71.18%55.1%-
HSV(B)3.31º73.42%87.06%-
XYZ32.9819.986.26-
YUV113.0297.52205.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.61%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=63.61%
G=19.48%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222685900.690.730.133.3171.1855.1
HexDE443B04549D34737
Octal33610473010511115310767
Binary1101111010001001110110100010110010011101111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE443B; }

 p { color: rgb(222,68,59); }

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

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

 a { background-color: rgb(222,68,59); }

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

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

 span { border-color: rgb(222,68,59); }

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