#E74634

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

Shades of Cinnabar #E74634

Tints of Cinnabar #E74634

Color information

#E74634 (or 0xE74634) is unknown color: approx Cinnabar. HEX triplet: E7, 46 and 34. RGB value is (231,70,52). Sum of RGB (Red+Green+Blue) = 231+70+52=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E74634 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74634 is #18B9CB. Grayscale: #747474. Windows color (decimal): -1620428 or 3426023. OLE color: 3426023.

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

Color convert

RGB2317052-
CMYK00.700.770.09
HSL6.03º78.85%55.49%-
HSV(B)6.03º77.49%90.59%-
XYZ35.7621.625.54-
YUV116.0991.84209.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 65.44%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 52 (20.70% from 255) = 14.73%
R=65.44%
G=19.83%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231705200.700.770.096.0378.8555.49
HexE746340464D964f37
Octal34710664010611511611767
Binary11100111100011011010001000110100110110011101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74634; }

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

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

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

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

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

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

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

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