#E74834

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

Shades of Cinnabar #E74834

Tints of Cinnabar #E74834

Color information

#E74834 (or 0xE74834) is unknown color: approx Cinnabar. HEX triplet: E7, 48 and 34. RGB value is (231,72,52). Sum of RGB (Red+Green+Blue) = 231+72+52=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E74834 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74834 is #18B7CB. Grayscale: #757575. Windows color (decimal): -1619916 or 3426535. OLE color: 3426535.

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

Color convert

RGB2317252-
CMYK00.690.770.09
HSL6.7º78.85%55.49%-
HSV(B)6.7º77.49%90.59%-
XYZ35.8921.875.58-
YUV117.2691.18209.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 65.07%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 52 (20.70% from 255) = 14.65%
R=65.07%
G=20.28%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231725200.690.770.096.778.8555.49
HexE748340454D974f37
Octal34711064010511511711767
Binary11100111100100011010001000101100110110011111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74834; }

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

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

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

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

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

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

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

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