#E9382F

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

Shades of Cinnabar #E9382F

Tints of Cinnabar #E9382F

Color information

#E9382F (or 0xE9382F) is unknown color: approx Cinnabar. HEX triplet: E9, 38 and 2F. RGB value is (233,56,47). Sum of RGB (Red+Green+Blue) = 233+56+47=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E9382F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9382F is #16C7D0. Grayscale: #6C6C6C. Windows color (decimal): -1492945 or 3094761. OLE color: 3094761.

HSL color Cylindrical-coordinate representation of color #E9382F: hue angle of 2.9º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9382F is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB2335647-
CMYK00.760.800.09
HSL2.9º80.87%54.9%-
HSV(B)2.9º79.83%91.37%-
XYZ35.5320.364.75-
YUV107.993.64217.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 69.35%
GREEN value IS 56 (22.27% from 255) = 16.67%
BLUE value IS 47 (18.75% from 255) = 13.99%
R=69.35%
G=16.67%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233564700.760.800.092.980.8754.9
HexE9382F04C50935137
Octal3517057011412011312167
Binary111010011110001011110100110010100001001111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9382F; }

 p { color: rgb(233,56,47); }

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

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

 a { background-color: rgb(233,56,47); }

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

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

 span { border-color: rgb(233,56,47); }

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