#E6321F

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

Shades of Cinnabar #E6321F

Tints of Cinnabar #E6321F

Color information

#E6321F (or 0xE6321F) is unknown color: approx Cinnabar. HEX triplet: E6, 32 and 1F. RGB value is (230,50,31). Sum of RGB (Red+Green+Blue) = 230+50+31=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6321F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6321F is #19CDE0. Grayscale: #656565. Windows color (decimal): -1691105 or 2044646. OLE color: 2044646.

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

Color convert

RGB2305031-
CMYK00.780.870.10
HSL5.73º79.92%51.18%-
HSV(B)5.73º86.52%90.2%-
XYZ34.0219.23.21-
YUV101.6588.13219.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 73.95%
GREEN value IS 50 (19.92% from 255) = 16.08%
BLUE value IS 31 (12.5% from 255) = 9.97%
R=73.95%
G=16.08%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230503100.780.870.105.7379.9251.18
HexE6321F04E57A65033
Octal3466237011612712612063
Binary111001101100101111101001110101011110101101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6321F; }

 p { color: rgb(230,50,31); }

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

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

 a { background-color: rgb(230,50,31); }

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

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

 span { border-color: rgb(230,50,31); }

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