#F14830

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

Shades of Cinnabar #F14830

Tints of Cinnabar #F14830

Color information

#F14830 (or 0xF14830) is unknown color: approx Cinnabar. HEX triplet: F1, 48 and 30. RGB value is (241,72,48). Sum of RGB (Red+Green+Blue) = 241+72+48=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F14830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14830 is #0EB7CF. Grayscale: #787878. Windows color (decimal): -964560 or 3164401. OLE color: 3164401.

HSL color Cylindrical-coordinate representation of color #F14830: hue angle of 7.46º 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 #F14830 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB2417248-
CMYK00.700.800.05
HSL7.46º87.33%56.67%-
HSV(B)7.46º80.08%94.51%-
XYZ39.1323.555.28-
YUV119.7987.49214.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.76%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 48 (19.14% from 255) = 13.30%
R=66.76%
G=19.94%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241724800.700.800.057.4687.3356.67
HexF1483004650575739
Octal3611106001061205712771
Binary1111000110010001100000100011010100001011111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14830; }

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

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

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

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

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

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

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

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