#F04934

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

Shades of Cinnabar #F04934

Tints of Cinnabar #F04934

Color information

#F04934 (or 0xF04934) is unknown color: approx Cinnabar. HEX triplet: F0, 49 and 34. RGB value is (240,73,52). Sum of RGB (Red+Green+Blue) = 240+73+52=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F04934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04934 is #0FB6CB. Grayscale: #787878. Windows color (decimal): -1029836 or 3426800. OLE color: 3426800.

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

Color convert

RGB2407352-
CMYK00.700.780.06
HSL6.7º86.24%57.25%-
HSV(B)6.7º78.33%94.12%-
XYZ38.9423.545.74-
YUV120.5489.33213.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.75%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 52 (20.70% from 255) = 14.25%
R=65.75%
G=20%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240735200.700.780.066.786.2457.25
HexF049340464E675639
Octal3601116401061166712671
Binary1111000010010011101000100011010011101101111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04934; }

 p { color: rgb(240,73,52); }

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

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

 a { background-color: rgb(240,73,52); }

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

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

 span { border-color: rgb(240,73,52); }

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