#E0501E

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

Shades of Cinnabar #E0501E

Tints of Cinnabar #E0501E

Color information

#E0501E (or 0xE0501E) is unknown color: approx Cinnabar. HEX triplet: E0, 50 and 1E. RGB value is (224,80,30). Sum of RGB (Red+Green+Blue) = 224+80+30=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0501E is #1FAFE1. Grayscale: #757575. Windows color (decimal): -2076642 or 1986784. OLE color: 1986784.

HSL color Cylindrical-coordinate representation of color #E0501E: hue angle of 15.46º 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 #E0501E is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB2248030-
CMYK00.640.870.12
HSL15.46º76.38%49.8%-
HSV(B)15.46º86.61%87.84%-
XYZ33.8421.683.63-
YUV117.3678.71204.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.07%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 30 (12.11% from 255) = 8.98%
R=67.07%
G=23.95%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224803000.640.870.1215.4676.3849.8
HexE0501E04057Cf4c32
Octal340120360100127141711462
Binary11100000101000011110010000001010111110011111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0501E; }

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

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

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

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

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

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

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

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