#F0371F

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

Shades of Cinnabar #F0371F

Tints of Cinnabar #F0371F

Color information

#F0371F (or 0xF0371F) is unknown color: approx Cinnabar. HEX triplet: F0, 37 and 1F. RGB value is (240,55,31). Sum of RGB (Red+Green+Blue) = 240+55+31=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F0371F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0371F is #0FC8E0. Grayscale: #6B6B6B. Windows color (decimal): -1034465 or 2045936. OLE color: 2045936.

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

Color convert

RGB2405531-
CMYK00.770.870.06
HSL6.89º87.45%53.14%-
HSV(B)6.89º87.08%94.12%-
XYZ37.5521.363.44-
YUV107.5884.79222.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 73.62%
GREEN value IS 55 (21.88% from 255) = 16.87%
BLUE value IS 31 (12.5% from 255) = 9.51%
R=73.62%
G=16.87%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240553100.770.870.066.8987.4553.14
HexF0371F04D57675735
Octal360673701151276712765
Binary11110000110111111110100110110101111101111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0371F; }

 p { color: rgb(240,55,31); }

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

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

 a { background-color: rgb(240,55,31); }

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

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

 span { border-color: rgb(240,55,31); }

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