#E6472F

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

Shades of Cinnabar #E6472F

Tints of Cinnabar #E6472F

Color information

#E6472F (or 0xE6472F) is unknown color: approx Cinnabar. HEX triplet: E6, 47 and 2F. RGB value is (230,71,47). Sum of RGB (Red+Green+Blue) = 230+71+47=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E6472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6472F is #19B8D0. Grayscale: #747474. Windows color (decimal): -1685713 or 3098598. OLE color: 3098598.

HSL color Cylindrical-coordinate representation of color #E6472F: hue angle of 7.87º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6472F is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB2307147-
CMYK00.690.800.10
HSL7.87º78.54%54.31%-
HSV(B)7.87º79.57%90.2%-
XYZ35.421.534.98-
YUV115.889.18209.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 66.09%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 47 (18.75% from 255) = 13.51%
R=66.09%
G=20.40%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230714700.690.800.107.8778.5454.31
HexE6472F04550A84f36
Octal346107570105120121011766
Binary111001101000111101111010001011010000101010001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6472F; }

 p { color: rgb(230,71,47); }

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

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

 a { background-color: rgb(230,71,47); }

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

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

 span { border-color: rgb(230,71,47); }

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