#E35030

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

Shades of Cinnabar #E35030

Tints of Cinnabar #E35030

Color information

#E35030 (or 0xE35030) is unknown color: approx Cinnabar. HEX triplet: E3, 50 and 30. RGB value is (227,80,48). Sum of RGB (Red+Green+Blue) = 227+80+48=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E35030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35030 is #1CAFCF. Grayscale: #787878. Windows color (decimal): -1880016 or 3166435. OLE color: 3166435.

HSL color Cylindrical-coordinate representation of color #E35030: hue angle of 10.73º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E35030 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2278048-
CMYK00.650.790.11
HSL10.73º76.17%53.92%-
HSV(B)10.73º78.85%89.02%-
XYZ35.0822.285.25-
YUV120.387.2204.1-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 63.94%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 48 (19.14% from 255) = 13.52%
R=63.94%
G=22.54%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227804800.650.790.1110.7376.1753.92
HexE350300414FBb4c36
Octal343120600101117131311466
Binary111000111010000110000010000011001111101110111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35030; }

 p { color: rgb(227,80,48); }

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

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

 a { background-color: rgb(227,80,48); }

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

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

 span { border-color: rgb(227,80,48); }

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