#E74225

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

Shades of Cinnabar #E74225

Tints of Cinnabar #E74225

Color information

#E74225 (or 0xE74225) is unknown color: approx Cinnabar. HEX triplet: E7, 42 and 25. RGB value is (231,66,37). Sum of RGB (Red+Green+Blue) = 231+66+37=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E74225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74225 is #18BDDA. Grayscale: #707070. Windows color (decimal): -1621467 or 2441959. OLE color: 2441959.

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

Color convert

RGB2316637-
CMYK00.710.840.09
HSL8.97º80.17%52.55%-
HSV(B)8.97º83.98%90.59%-
XYZ35.2421.023.95-
YUV112.0385.66212.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 69.16%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 37 (14.84% from 255) = 11.08%
R=69.16%
G=19.76%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231663700.710.840.098.9780.1752.55
HexE7422504754995035
Octal347102450107124111112065
Binary111001111000010100101010001111010100100110011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74225; }

 p { color: rgb(231,66,37); }

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

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

 a { background-color: rgb(231,66,37); }

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

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

 span { border-color: rgb(231,66,37); }

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