#F1401C

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

Shades of Cinnabar #F1401C

Tints of Cinnabar #F1401C

Color information

#F1401C (or 0xF1401C) is unknown color: approx Cinnabar. HEX triplet: F1, 40 and 1C. RGB value is (241,64,28). Sum of RGB (Red+Green+Blue) = 241+64+28=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F1401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1401C is #0EBFE3. Grayscale: #717171. Windows color (decimal): -966628 or 1851633. OLE color: 1851633.

HSL color Cylindrical-coordinate representation of color #F1401C: hue angle of 10.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1401C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB2416428-
CMYK00.730.880.05
HSL10.14º88.38%52.75%-
HSV(B)10.14º88.38%94.51%-
XYZ38.3222.453.41-
YUV112.8280.14219.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 72.37%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 28 (11.33% from 255) = 8.41%
R=72.37%
G=19.22%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241642800.730.880.0510.1488.3852.75
HexF1401C049585a5835
Octal36110034011113051213065
Binary1111000110000001110001001001101100010110101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1401C; }

 p { color: rgb(241,64,28); }

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

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

 a { background-color: rgb(241,64,28); }

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

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

 span { border-color: rgb(241,64,28); }

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