#E6451B

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

Shades of Cinnabar #E6451B

Tints of Cinnabar #E6451B

Color information

#E6451B (or 0xE6451B) is unknown color: approx Cinnabar. HEX triplet: E6, 45 and 1B. RGB value is (230,69,27). Sum of RGB (Red+Green+Blue) = 230+69+27=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E6451B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6451B is #19BAE4. Grayscale: #707070. Windows color (decimal): -1686245 or 1787366. OLE color: 1787366.

HSL color Cylindrical-coordinate representation of color #E6451B: hue angle of 12.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6451B is Cyan = 0, Magento = 0.7, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB2306927-
CMYK00.70.880.10
HSL12.41º80.24%50.39%-
HSV(B)12.41º88.26%90.2%-
XYZ34.9621.163.28-
YUV112.3579.84211.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 70.55%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 27 (10.94% from 255) = 8.28%
R=70.55%
G=21.17%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.88
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230692700.70.880.1012.4180.2450.39
HexE6451B04658Ac5032
Octal346105330106130121412062
Binary11100110100010111011010001101011000101011001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6451B; }

 p { color: rgb(230,69,27); }

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

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

 a { background-color: rgb(230,69,27); }

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

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

 span { border-color: rgb(230,69,27); }

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