#F0472F

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

Shades of Cinnabar #F0472F

Tints of Cinnabar #F0472F

Color information

#F0472F (or 0xF0472F) is unknown color: approx Cinnabar. HEX triplet: F0, 47 and 2F. RGB value is (240,71,47). Sum of RGB (Red+Green+Blue) = 240+71+47=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F0472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0472F is #0FB8D0. Grayscale: #777777. Windows color (decimal): -1030353 or 3098608. OLE color: 3098608.

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

Color convert

RGB2407147-
CMYK00.700.800.06
HSL7.46º86.55%56.27%-
HSV(B)7.46º80.42%94.12%-
XYZ38.723.245.13-
YUV118.7987.49214.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 67.04%
GREEN value IS 71 (28.12% from 255) = 19.83%
BLUE value IS 47 (18.75% from 255) = 13.13%
R=67.04%
G=19.83%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240714700.700.800.067.4686.5556.27
HexF0472F04650675738
Octal3601075701061206712770
Binary1111000010001111011110100011010100001101111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0472F; }

 p { color: rgb(240,71,47); }

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

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

 a { background-color: rgb(240,71,47); }

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

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

 span { border-color: rgb(240,71,47); }

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