#E74425

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

Shades of Cinnabar #E74425

Tints of Cinnabar #E74425

Color information

#E74425 (or 0xE74425) is unknown color: approx Cinnabar. HEX triplet: E7, 44 and 25. RGB value is (231,68,37). Sum of RGB (Red+Green+Blue) = 231+68+37=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E74425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74425 is #18BBDA. Grayscale: #717171. Windows color (decimal): -1620955 or 2442471. OLE color: 2442471.

HSL color Cylindrical-coordinate representation of color #E74425: hue angle of 9.59º 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 #E74425 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB2316837-
CMYK00.710.840.09
HSL9.59º80.17%52.55%-
HSV(B)9.59º83.98%90.59%-
XYZ35.3621.263.99-
YUV113.285212.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 68.75%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 37 (14.84% from 255) = 11.01%
R=68.75%
G=20.24%
B=11.01%

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
Decimal231683700.710.840.099.5980.1752.55
HexE74425047549a5035
Octal347104450107124111212065
Binary111001111000100100101010001111010100100110101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74425; }

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

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

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

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

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

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

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

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