#E74730

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

Shades of Cinnabar #E74730

Tints of Cinnabar #E74730

Color information

#E74730 (or 0xE74730) is unknown color: approx Cinnabar. HEX triplet: E7, 47 and 30. RGB value is (231,71,48). Sum of RGB (Red+Green+Blue) = 231+71+48=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E74730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74730 is #18B8CF. Grayscale: #747474. Windows color (decimal): -1620176 or 3164135. OLE color: 3164135.

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

Color convert

RGB2317148-
CMYK00.690.790.09
HSL7.54º79.22%54.71%-
HSV(B)7.54º79.22%90.59%-
XYZ35.7421.715.1-
YUV116.2289.51209.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 66%
GREEN value IS 71 (28.12% from 255) = 20.29%
BLUE value IS 48 (19.14% from 255) = 13.71%
R=66%
G=20.29%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231714800.690.790.097.5479.2254.71
HexE747300454F984f37
Octal347107600105117111011767
Binary111001111000111110000010001011001111100110001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74730; }

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

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

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

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

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

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

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

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