#E7442B

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

Shades of Cinnabar #E7442B

Tints of Cinnabar #E7442B

Color information

#E7442B (or 0xE7442B) is unknown color: approx Cinnabar. HEX triplet: E7, 44 and 2B. RGB value is (231,68,43). Sum of RGB (Red+Green+Blue) = 231+68+43=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E7442B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7442B is #18BBD4. Grayscale: #727272. Windows color (decimal): -1620949 or 2835687. OLE color: 2835687.

HSL color Cylindrical-coordinate representation of color #E7442B: hue angle of 7.98º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7442B is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB2316843-
CMYK00.710.810.09
HSL7.98º79.66%53.73%-
HSV(B)7.98º81.39%90.59%-
XYZ35.4621.34.53-
YUV113.8988211.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 67.54%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 43 (17.19% from 255) = 12.57%
R=67.54%
G=19.88%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231684300.710.810.097.9879.6653.73
HexE7442B04751985036
Octal347104530107121111012066
Binary111001111000100101011010001111010001100110001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7442B; }

 p { color: rgb(231,68,43); }

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

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

 a { background-color: rgb(231,68,43); }

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

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

 span { border-color: rgb(231,68,43); }

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