#E6482F

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

Shades of Cinnabar #E6482F

Tints of Cinnabar #E6482F

Color information

#E6482F (or 0xE6482F) is unknown color: approx Cinnabar. HEX triplet: E6, 48 and 2F. RGB value is (230,72,47). Sum of RGB (Red+Green+Blue) = 230+72+47=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E6482F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6482F is #19B7D0. Grayscale: #747474. Windows color (decimal): -1685457 or 3098854. OLE color: 3098854.

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

Color convert

RGB2307247-
CMYK00.690.800.10
HSL8.2º78.54%54.31%-
HSV(B)8.2º79.57%90.2%-
XYZ35.4621.665-
YUV116.3988.85209.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 65.90%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 47 (18.75% from 255) = 13.47%
R=65.90%
G=20.63%
B=13.47%

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
Decimal230724700.690.800.108.278.5454.31
HexE6482F04550A84f36
Octal346110570105120121011766
Binary111001101001000101111010001011010000101010001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6482F; }

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

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

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

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

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

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

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

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