#F03E2D

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

Shades of Cinnabar #F03E2D

Tints of Cinnabar #F03E2D

Color information

#F03E2D (or 0xF03E2D) is unknown color: approx Cinnabar. HEX triplet: F0, 3E and 2D. RGB value is (240,62,45). Sum of RGB (Red+Green+Blue) = 240+62+45=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03E2D is #0FC1D2. Grayscale: #717171. Windows color (decimal): -1032659 or 2965232. OLE color: 2965232.

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

Color convert

RGB2406245-
CMYK00.740.810.06
HSL5.23º86.67%55.88%-
HSV(B)5.23º81.25%94.12%-
XYZ38.1322.164.75-
YUV113.2889.47218.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.16%
GREEN value IS 62 (24.61% from 255) = 17.87%
BLUE value IS 45 (17.97% from 255) = 12.97%
R=69.16%
G=17.87%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240624500.740.810.065.2386.6755.88
HexF03E2D04A51655738
Octal360765501121216512770
Binary111100001111101011010100101010100011101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03E2D; }

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

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

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

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

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

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

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

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