#E14B3F

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

Shades of Cinnabar #E14B3F

Tints of Cinnabar #E14B3F

Color information

#E14B3F (or 0xE14B3F) is unknown color: approx Cinnabar. HEX triplet: E1, 4B and 3F. RGB value is (225,75,63). Sum of RGB (Red+Green+Blue) = 225+75+63=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14B3F is #1EB4C0. Grayscale: #767676. Windows color (decimal): -2012353 or 4148193. OLE color: 4148193.

HSL color Cylindrical-coordinate representation of color #E14B3F: hue angle of 4.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E14B3F is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2257563-
CMYK00.670.720.12
HSL4.44º72.97%56.47%-
HSV(B)4.44º72%88.24%-
XYZ34.4621.47.02-
YUV118.4896.7203.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.98%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 63 (25% from 255) = 17.36%
R=61.98%
G=20.66%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225756300.670.720.124.4472.9756.47
HexE14B3F04348C44938
Octal34111377010311014411170
Binary11100001100101111111101000011100100011001001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14B3F; }

 p { color: rgb(225,75,63); }

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

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

 a { background-color: rgb(225,75,63); }

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

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

 span { border-color: rgb(225,75,63); }

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