#E75425

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

Shades of Cinnabar #E75425

Tints of Cinnabar #E75425

Color information

#E75425 (or 0xE75425) is unknown color: approx Cinnabar. HEX triplet: E7, 54 and 25. RGB value is (231,84,37). Sum of RGB (Red+Green+Blue) = 231+84+37=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E75425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75425 is #18ABDA. Grayscale: #7A7A7A. Windows color (decimal): -1616859 or 2446567. OLE color: 2446567.

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

Color convert

RGB2318437-
CMYK00.640.840.09
HSL14.54º80.17%52.55%-
HSV(B)14.54º83.98%90.59%-
XYZ36.4623.464.36-
YUV122.679.7205.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 65.62%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 37 (14.84% from 255) = 10.51%
R=65.62%
G=23.86%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231843700.640.840.0914.5480.1752.55
HexE75425040549f5035
Octal347124450100124111712065
Binary111001111010100100101010000001010100100111111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75425; }

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

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

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

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

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

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

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

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