#F03E2C

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

Shades of Cinnabar #F03E2C

Tints of Cinnabar #F03E2C

Color information

#F03E2C (or 0xF03E2C) is unknown color: approx Cinnabar. HEX triplet: F0, 3E and 2C. RGB value is (240,62,44). Sum of RGB (Red+Green+Blue) = 240+62+44=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03E2C is #0FC1D3. Grayscale: #717171. Windows color (decimal): -1032660 or 2899696. OLE color: 2899696.

HSL color Cylindrical-coordinate representation of color #F03E2C: hue angle of 5.51º 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 #F03E2C is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB2406244-
CMYK00.740.820.06
HSL5.51º86.73%55.69%-
HSV(B)5.51º81.67%94.12%-
XYZ38.1122.154.65-
YUV113.1788.97218.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.36%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 44 (17.58% from 255) = 12.72%
R=69.36%
G=17.92%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240624400.740.820.065.5186.7355.69
HexF03E2C04A52665738
Octal360765401121226612770
Binary111100001111101011000100101010100101101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03E2C; }

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

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

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

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

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

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

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

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