#E14D22

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

Shades of Cinnabar #E14D22

Tints of Cinnabar #E14D22

Color information

#E14D22 (or 0xE14D22) is unknown color: approx Cinnabar. HEX triplet: E1, 4D and 22. RGB value is (225,77,34). Sum of RGB (Red+Green+Blue) = 225+77+34=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14D22 is #1EB2DD. Grayscale: #747474. Windows color (decimal): -2011870 or 2248161. OLE color: 2248161.

HSL color Cylindrical-coordinate representation of color #E14D22: hue angle of 13.51º 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 #E14D22 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB2257734-
CMYK00.660.850.12
HSL13.51º76.1%50.78%-
HSV(B)13.51º84.89%88.24%-
XYZ33.9921.433.86-
YUV116.3581.53205.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.96%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 34 (13.67% from 255) = 10.12%
R=66.96%
G=22.92%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225773400.660.850.1213.5176.150.78
HexE14D2204255Ce4c33
Octal341115420102125141611463
Binary111000011001101100010010000101010101110011101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D22; }

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

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

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

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

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

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

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

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