#E35430

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

Shades of Cinnabar #E35430

Tints of Cinnabar #E35430

Color information

#E35430 (or 0xE35430) is unknown color: approx Cinnabar. HEX triplet: E3, 54 and 30. RGB value is (227,84,48). Sum of RGB (Red+Green+Blue) = 227+84+48=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E35430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35430 is #1CABCF. Grayscale: #7A7A7A. Windows color (decimal): -1878992 or 3167459. OLE color: 3167459.

HSL color Cylindrical-coordinate representation of color #E35430: hue angle of 12.07º 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 #E35430 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB2278448-
CMYK00.630.790.11
HSL12.07º76.17%53.92%-
HSV(B)12.07º78.85%89.02%-
XYZ35.3822.885.35-
YUV122.6585.88202.43-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 63.23%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 48 (19.14% from 255) = 13.37%
R=63.23%
G=23.40%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227844800.630.790.1112.0776.1753.92
HexE3543003F4FBc4c36
Octal34312460077117131411466
Binary11100011101010011000001111111001111101111001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E35430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E35430; }

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

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

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

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

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

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

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

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