#E35121

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

Shades of Cinnabar #E35121

Tints of Cinnabar #E35121

Color information

#E35121 (or 0xE35121) is unknown color: approx Cinnabar. HEX triplet: E3, 51 and 21. RGB value is (227,81,33). Sum of RGB (Red+Green+Blue) = 227+81+33=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E35121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35121 is #1CAEDE. Grayscale: #777777. Windows color (decimal): -1879775 or 2183651. OLE color: 2183651.

HSL color Cylindrical-coordinate representation of color #E35121: hue angle of 14.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E35121 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB2278133-
CMYK00.640.850.11
HSL14.85º77.6%50.98%-
HSV(B)14.85º85.46%89.02%-
XYZ34.922.333.91-
YUV119.1879.37204.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 66.57%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 33 (13.28% from 255) = 9.68%
R=66.57%
G=23.75%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227813300.640.850.1114.8577.650.98
HexE3512104055Bf4e33
Octal343121410100125131711663
Binary111000111010001100001010000001010101101111111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35121; }

 p { color: rgb(227,81,33); }

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

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

 a { background-color: rgb(227,81,33); }

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

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

 span { border-color: rgb(227,81,33); }

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