#e3421f

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

Shades of Cinnabar #E3421F

Tints of Cinnabar #E3421F

Color information

#E3421F (or 0xE3421F) is unknown color: approx Cinnabar. HEX triplet: E3, 42 and 1F. RGB value is (227,66,31). Sum of RGB (Red+Green+Blue) = 227+66+31=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E3421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3421F is #1CBDE0. Grayscale: #6E6E6E. Windows color (decimal): -1883617 or 2048739. OLE color: 2048739.

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

Color convert

RGB2276631-
CMYK00.710.860.11
HSL10.71º77.78%50.59%-
HSV(B)10.71º86.34%89.02%-
XYZ33.8720.333.43-
YUV110.1583.34211.35-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 70.06%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 31 (12.5% from 255) = 9.57%
R=70.06%
G=20.37%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227663100.710.860.1110.7177.7850.59
HexE3421F04756Bb4e33
Octal343102370107126131311663
Binary11100011100001011111010001111010110101110111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3421f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3421f; }

 p { color: rgb(227,66,31); }

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

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

 a { background-color: rgb(227,66,31); }

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

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

 span { border-color: rgb(227,66,31); }

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