#F04C2E

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

Shades of Cinnabar #F04C2E

Tints of Cinnabar #F04C2E

Color information

#F04C2E (or 0xF04C2E) is unknown color: approx Cinnabar. HEX triplet: F0, 4C and 2E. RGB value is (240,76,46). Sum of RGB (Red+Green+Blue) = 240+76+46=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C2E is #0FB3D1. Grayscale: #797979. Windows color (decimal): -1029074 or 3034352. OLE color: 3034352.

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

Color convert

RGB2407646-
CMYK00.680.810.06
HSL9.28º86.61%56.08%-
HSV(B)9.28º80.83%94.12%-
XYZ39.0123.895.14-
YUV121.6285.33212.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.30%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 46 (18.36% from 255) = 12.71%
R=66.30%
G=20.99%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240764600.680.810.069.2886.6156.08
HexF04C2E04451695738
Octal36011456010412161112770
Binary11110000100110010111001000100101000111010011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04C2E; }

 p { color: rgb(240,76,46); }

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

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

 a { background-color: rgb(240,76,46); }

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

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

 span { border-color: rgb(240,76,46); }

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