#EC471A

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

Shades of Cinnabar #EC471A

Tints of Cinnabar #EC471A

Color information

#EC471A (or 0xEC471A) is unknown color: approx Cinnabar. HEX triplet: EC, 47 and 1A. RGB value is (236,71,26). Sum of RGB (Red+Green+Blue) = 236+71+26=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC471A is #13B8E5. Grayscale: #737373. Windows color (decimal): -1292518 or 1722348. OLE color: 1722348.

HSL color Cylindrical-coordinate representation of color #EC471A: hue angle of 12.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC471A is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB2367126-
CMYK00.700.890.07
HSL12.86º84.68%51.37%-
HSV(B)12.86º88.98%92.55%-
XYZ37.0322.413.35-
YUV115.277.66214.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 70.87%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 26 (10.55% from 255) = 7.81%
R=70.87%
G=21.32%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236712600.700.890.0712.8684.6851.37
HexEC471A046597d5533
Octal35410732010613171512563
Binary1110110010001111101001000110101100111111011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC471A; }

 p { color: rgb(236,71,26); }

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

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

 a { background-color: rgb(236,71,26); }

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

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

 span { border-color: rgb(236,71,26); }

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