#E2402B

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

Shades of Cinnabar #E2402B

Tints of Cinnabar #E2402B

Color information

#E2402B (or 0xE2402B) is unknown color: approx Cinnabar. HEX triplet: E2, 40 and 2B. RGB value is (226,64,43). Sum of RGB (Red+Green+Blue) = 226+64+43=333 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.87% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 226 - color contains mainly: red. Hex color #E2402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2402B is #1DBFD4. Grayscale: #6E6E6E. Windows color (decimal): -1949653 or 2834658. OLE color: 2834658.

HSL color Cylindrical-coordinate representation of color #E2402B: hue angle of 6.89º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2402B is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2266443-
CMYK00.720.810.11
HSL6.89º75.93%52.75%-
HSV(B)6.89º80.97%88.63%-
XYZ33.6320.014.38-
YUV110.0490.17210.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 67.87%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 43 (17.19% from 255) = 12.91%
R=67.87%
G=19.22%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226644300.720.810.116.8975.9352.75
HexE2402B04851B74c35
Octal34210053011012113711465
Binary11100010100000010101101001000101000110111111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2402B; }

 p { color: rgb(226,64,43); }

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

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

 a { background-color: rgb(226,64,43); }

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

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

 span { border-color: rgb(226,64,43); }

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