#F14C20

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

Shades of Cinnabar #F14C20

Tints of Cinnabar #F14C20

Color information

#F14C20 (or 0xF14C20) is unknown color: approx Cinnabar. HEX triplet: F1, 4C and 20. RGB value is (241,76,32). Sum of RGB (Red+Green+Blue) = 241+76+32=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C20 is #0EB3DF. Grayscale: #787878. Windows color (decimal): -963552 or 2116849. OLE color: 2116849.

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

Color convert

RGB2417632-
CMYK00.680.870.05
HSL12.63º88.19%53.53%-
HSV(B)12.63º86.72%94.51%-
XYZ39.1223.973.93-
YUV120.3278.16214.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.05%
GREEN value IS 76 (30.08% from 255) = 21.78%
BLUE value IS 32 (12.89% from 255) = 9.17%
R=69.05%
G=21.78%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241763200.680.870.0512.6388.1953.53
HexF14C20044575d5836
Octal36111440010412751513066
Binary11110001100110010000001000100101011110111011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14C20; }

 p { color: rgb(241,76,32); }

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

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

 a { background-color: rgb(241,76,32); }

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

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

 span { border-color: rgb(241,76,32); }

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