#F0391E

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

Shades of Cinnabar #F0391E

Tints of Cinnabar #F0391E

Color information

#F0391E (or 0xF0391E) is unknown color: approx Cinnabar. HEX triplet: F0, 39 and 1E. RGB value is (240,57,30). Sum of RGB (Red+Green+Blue) = 240+57+30=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F0391E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0391E is #0FC6E1. Grayscale: #6C6C6C. Windows color (decimal): -1033954 or 1980912. OLE color: 1980912.

HSL color Cylindrical-coordinate representation of color #F0391E: hue angle of 7.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0391E is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2405730-
CMYK00.760.870.06
HSL7.71º87.5%52.94%-
HSV(B)7.71º87.5%94.12%-
XYZ37.6321.553.4-
YUV108.6483.63221.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 73.39%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 30 (12.11% from 255) = 9.17%
R=73.39%
G=17.43%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240573000.760.870.067.7187.552.94
HexF0391E04C57685835
Octal3607136011412761013065
Binary111100001110011111001001100101011111010001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0391E; }

 p { color: rgb(240,57,30); }

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

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

 a { background-color: rgb(240,57,30); }

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

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

 span { border-color: rgb(240,57,30); }

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