#E2422D

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

Shades of Cinnabar #E2422D

Tints of Cinnabar #E2422D

Color information

#E2422D (or 0xE2422D) is unknown color: approx Cinnabar. HEX triplet: E2, 42 and 2D. RGB value is (226,66,45). Sum of RGB (Red+Green+Blue) = 226+66+45=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2422D is #1DBDD2. Grayscale: #6F6F6F. Windows color (decimal): -1949139 or 2966242. OLE color: 2966242.

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

Color convert

RGB2266645-
CMYK00.710.800.11
HSL6.96º75.73%53.14%-
HSV(B)6.96º80.09%88.63%-
XYZ33.7920.254.61-
YUV111.4590.51209.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 67.06%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 45 (17.97% from 255) = 13.35%
R=67.06%
G=19.58%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226664500.710.800.116.9675.7353.14
HexE2422D04750B74c35
Octal34210255010712013711465
Binary11100010100001010110101000111101000010111111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2422D; }

 p { color: rgb(226,66,45); }

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

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

 a { background-color: rgb(226,66,45); }

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

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

 span { border-color: rgb(226,66,45); }

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