#E04138

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

Shades of Cinnabar #E04138

Tints of Cinnabar #E04138

Color information

#E04138 (or 0xE04138) is unknown color: approx Cinnabar. HEX triplet: E0, 41 and 38. RGB value is (224,65,56). Sum of RGB (Red+Green+Blue) = 224+65+56=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E04138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04138 is #1FBEC7. Grayscale: #6F6F6F. Windows color (decimal): -2080456 or 3686880. OLE color: 3686880.

HSL color Cylindrical-coordinate representation of color #E04138: hue angle of 3.21º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E04138 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB2246556-
CMYK00.710.750.12
HSL3.21º73.04%54.9%-
HSV(B)3.21º75%87.84%-
XYZ33.3419.915.83-
YUV111.5296.68208.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 64.93%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=64.93%
G=18.84%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224655600.710.750.123.2173.0454.9
HexE041380474BC34937
Octal34010170010711314311167
Binary1110000010000011110000100011110010111100111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04138; }

 p { color: rgb(224,65,56); }

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

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

 a { background-color: rgb(224,65,56); }

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

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

 span { border-color: rgb(224,65,56); }

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