#F03C1F

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

Shades of Cinnabar #F03C1F

Tints of Cinnabar #F03C1F

Color information

#F03C1F (or 0xF03C1F) is unknown color: approx Cinnabar. HEX triplet: F0, 3C and 1F. RGB value is (240,60,31). Sum of RGB (Red+Green+Blue) = 240+60+31=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C1F is #0FC3E0. Grayscale: #6E6E6E. Windows color (decimal): -1033185 or 2047216. OLE color: 2047216.

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

Color convert

RGB2406031-
CMYK00.750.870.06
HSL8.33º87.45%53.14%-
HSV(B)8.33º87.08%94.12%-
XYZ37.821.863.52-
YUV110.5183.13220.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.51%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 31 (12.5% from 255) = 9.37%
R=72.51%
G=18.13%
B=9.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240603100.750.870.068.3387.4553.14
HexF03C1F04B57685735
Octal3607437011312761012765
Binary111100001111001111101001011101011111010001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03C1F; }

 p { color: rgb(240,60,31); }

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

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

 a { background-color: rgb(240,60,31); }

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

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

 span { border-color: rgb(240,60,31); }

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