#F0351B

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

Shades of Cinnabar #F0351B

Tints of Cinnabar #F0351B

Color information

#F0351B (or 0xF0351B) is unknown color: approx Cinnabar. HEX triplet: F0, 35 and 1B. RGB value is (240,53,27). Sum of RGB (Red+Green+Blue) = 240+53+27=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0351B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0351B is #0FCAE4. Grayscale: #6A6A6A. Windows color (decimal): -1034981 or 1783280. OLE color: 1783280.

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

Color convert

RGB2405327-
CMYK00.780.890.06
HSL7.32º87.65%52.35%-
HSV(B)7.32º88.75%94.12%-
XYZ37.4121.153.15-
YUV105.9583.45223.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 75%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 27 (10.94% from 255) = 8.44%
R=75%
G=16.56%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240532700.780.890.067.3287.6552.35
HexF0351B04E59675834
Octal360653301161316713064
Binary11110000110101110110100111010110011101111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0351B; }

 p { color: rgb(240,53,27); }

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

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

 a { background-color: rgb(240,53,27); }

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

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

 span { border-color: rgb(240,53,27); }

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