#E34125

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

Shades of Cinnabar #E34125

Tints of Cinnabar #E34125

Color information

#E34125 (or 0xE34125) is unknown color: approx Cinnabar. HEX triplet: E3, 41 and 25. RGB value is (227,65,37). Sum of RGB (Red+Green+Blue) = 227+65+37=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E34125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34125 is #1CBEDA. Grayscale: #6E6E6E. Windows color (decimal): -1883867 or 2441699. OLE color: 2441699.

HSL color Cylindrical-coordinate representation of color #E34125: hue angle of 8.84º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E34125 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB2276537-
CMYK00.710.840.11
HSL8.84º77.24%51.76%-
HSV(B)8.84º83.7%89.02%-
XYZ33.920.253.87-
YUV110.2586.67211.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 69.00%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 37 (14.84% from 255) = 11.25%
R=69.00%
G=19.76%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227653700.710.840.118.8477.2451.76
HexE3412504754B94d34
Octal343101450107124131111564
Binary111000111000001100101010001111010100101110011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34125; }

 p { color: rgb(227,65,37); }

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

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

 a { background-color: rgb(227,65,37); }

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

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

 span { border-color: rgb(227,65,37); }

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