#F04D2C

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

Shades of Cinnabar #F04D2C

Tints of Cinnabar #F04D2C

Color information

#F04D2C (or 0xF04D2C) is unknown color: approx Cinnabar. HEX triplet: F0, 4D and 2C. RGB value is (240,77,44). Sum of RGB (Red+Green+Blue) = 240+77+44=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04D2C is #0FB2D3. Grayscale: #7A7A7A. Windows color (decimal): -1028820 or 2903536. OLE color: 2903536.

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

Color convert

RGB2407744-
CMYK00.680.820.06
HSL10.1º86.73%55.69%-
HSV(B)10.1º81.67%94.12%-
XYZ39.0424.014.96-
YUV121.9884212.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.48%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 44 (17.58% from 255) = 12.19%
R=66.48%
G=21.33%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240774400.680.820.0610.186.7355.69
HexF04D2C044526a5738
Octal36011554010412261212770
Binary11110000100110110110001000100101001011010101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04D2C; }

 p { color: rgb(240,77,44); }

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

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

 a { background-color: rgb(240,77,44); }

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

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

 span { border-color: rgb(240,77,44); }

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