#F14730

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

Shades of Cinnabar #F14730

Tints of Cinnabar #F14730

Color information

#F14730 (or 0xF14730) is unknown color: approx Cinnabar. HEX triplet: F1, 47 and 30. RGB value is (241,71,48). Sum of RGB (Red+Green+Blue) = 241+71+48=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F14730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14730 is #0EB8CF. Grayscale: #777777. Windows color (decimal): -964816 or 3164145. OLE color: 3164145.

HSL color Cylindrical-coordinate representation of color #F14730: hue angle of 7.15º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F14730 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB2417148-
CMYK00.710.800.05
HSL7.15º87.33%56.67%-
HSV(B)7.15º80.08%94.51%-
XYZ39.0623.425.26-
YUV119.2187.82214.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.94%
GREEN value IS 71 (28.12% from 255) = 19.72%
BLUE value IS 48 (19.14% from 255) = 13.33%
R=66.94%
G=19.72%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241714800.710.800.057.1587.3356.67
HexF1473004750575739
Octal3611076001071205712771
Binary1111000110001111100000100011110100001011111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14730; }

 p { color: rgb(241,71,48); }

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

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

 a { background-color: rgb(241,71,48); }

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

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

 span { border-color: rgb(241,71,48); }

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