#e54f32

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

Shades of Cinnabar #E54F32

Tints of Cinnabar #E54F32

Color information

#E54F32 (or 0xE54F32) is unknown color: approx Cinnabar. HEX triplet: E5, 4F and 32. RGB value is (229,79,50). Sum of RGB (Red+Green+Blue) = 229+79+50=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54F32 is #1AB0CD. Grayscale: #787878. Windows color (decimal): -1749198 or 3297253. OLE color: 3297253.

HSL color Cylindrical-coordinate representation of color #E54F32: hue angle of 9.72º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E54F32 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB2297950-
CMYK00.660.780.10
HSL9.72º77.49%54.71%-
HSV(B)9.72º78.17%89.8%-
XYZ35.6822.485.48-
YUV120.5488.2205.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.97%
GREEN value IS 79 (31.25% from 255) = 22.07%
BLUE value IS 50 (19.92% from 255) = 13.97%
R=63.97%
G=22.07%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229795000.660.780.109.7277.4954.71
HexE54F320424EAa4d37
Octal345117620102116121211567
Binary111001011001111110010010000101001110101010101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e54f32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e54f32; }

 p { color: rgb(229,79,50); }

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

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

 a { background-color: rgb(229,79,50); }

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

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

 span { border-color: rgb(229,79,50); }

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