#E0441E

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

Shades of Cinnabar #E0441E

Tints of Cinnabar #E0441E

Color information

#E0441E (or 0xE0441E) is unknown color: approx Cinnabar. HEX triplet: E0, 44 and 1E. RGB value is (224,68,30). Sum of RGB (Red+Green+Blue) = 224+68+30=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E0441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0441E is #1FBBE1. Grayscale: #6E6E6E. Windows color (decimal): -2079714 or 1983712. OLE color: 1983712.

HSL color Cylindrical-coordinate representation of color #E0441E: hue angle of 11.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0441E is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB2246830-
CMYK00.700.870.12
HSL11.75º76.38%49.8%-
HSV(B)11.75º86.61%87.84%-
XYZ33.0420.083.36-
YUV110.3182.68209.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 69.57%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 30 (12.11% from 255) = 9.32%
R=69.57%
G=21.12%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224683000.700.870.1211.7576.3849.8
HexE0441E04657Cc4c32
Octal340104360106127141411462
Binary11100000100010011110010001101010111110011001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0441E; }

 p { color: rgb(224,68,30); }

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

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

 a { background-color: rgb(224,68,30); }

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

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

 span { border-color: rgb(224,68,30); }

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