#E74630

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

Shades of Cinnabar #E74630

Tints of Cinnabar #E74630

Color information

#E74630 (or 0xE74630) is unknown color: approx Cinnabar. HEX triplet: E7, 46 and 30. RGB value is (231,70,48). Sum of RGB (Red+Green+Blue) = 231+70+48=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E74630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74630 is #18B9CF. Grayscale: #737373. Windows color (decimal): -1620432 or 3163879. OLE color: 3163879.

HSL color Cylindrical-coordinate representation of color #E74630: hue angle of 7.21º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E74630 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB2317048-
CMYK00.700.790.09
HSL7.21º79.22%54.71%-
HSV(B)7.21º79.22%90.59%-
XYZ35.6821.585.08-
YUV115.6389.84210.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 66.19%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 48 (19.14% from 255) = 13.75%
R=66.19%
G=20.06%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231704800.700.790.097.2179.2254.71
HexE746300464F974f37
Octal34710660010611711711767
Binary11100111100011011000001000110100111110011111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74630; }

 p { color: rgb(231,70,48); }

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

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

 a { background-color: rgb(231,70,48); }

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

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

 span { border-color: rgb(231,70,48); }

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