#E7302A

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

Shades of Cinnabar #E7302A

Tints of Cinnabar #E7302A

Color information

#E7302A (or 0xE7302A) is unknown color: approx Cinnabar. HEX triplet: E7, 30 and 2A. RGB value is (231,48,42). Sum of RGB (Red+Green+Blue) = 231+48+42=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E7302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7302A is #18CFD5. Grayscale: #666666. Windows color (decimal): -1626070 or 2765031. OLE color: 2765031.

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

Color convert

RGB2314842-
CMYK00.790.820.09
HSL1.9º79.75%53.53%-
HSV(B)1.9º81.82%90.59%-
XYZ34.4319.274.1-
YUV102.0394.13219.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.96%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 42 (16.80% from 255) = 13.08%
R=71.96%
G=14.95%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231484200.790.820.091.979.7553.53
HexE7302A04F52925036
Octal3476052011712211212066
Binary111001111100001010100100111110100101001101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7302A; }

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

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

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

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

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

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

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

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