#E14622

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

Shades of Cinnabar #E14622

Tints of Cinnabar #E14622

Color information

#E14622 (or 0xE14622) is unknown color: approx Cinnabar. HEX triplet: E1, 46 and 22. RGB value is (225,70,34). Sum of RGB (Red+Green+Blue) = 225+70+34=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E14622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14622 is #1EB9DD. Grayscale: #707070. Windows color (decimal): -2013662 or 2246369. OLE color: 2246369.

HSL color Cylindrical-coordinate representation of color #E14622: hue angle of 11.31º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E14622 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB2257034-
CMYK00.690.850.12
HSL11.31º76.1%50.78%-
HSV(B)11.31º84.89%88.24%-
XYZ33.5320.53.7-
YUV112.2483.85208.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.39%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 34 (13.67% from 255) = 10.33%
R=68.39%
G=21.28%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225703400.690.850.1211.3176.150.78
HexE1462204555Cb4c33
Octal341106420105125141311463
Binary111000011000110100010010001011010101110010111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14622; }

 p { color: rgb(225,70,34); }

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

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

 a { background-color: rgb(225,70,34); }

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

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

 span { border-color: rgb(225,70,34); }

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