#F14935

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

Shades of Cinnabar #F14935

Tints of Cinnabar #F14935

Color information

#F14935 (or 0xF14935) is unknown color: approx Cinnabar. HEX triplet: F1, 49 and 35. RGB value is (241,73,53). Sum of RGB (Red+Green+Blue) = 241+73+53=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F14935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14935 is #0EB6CA. Grayscale: #797979. Windows color (decimal): -964299 or 3492337. OLE color: 3492337.

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

Color convert

RGB2417353-
CMYK00.700.780.05
HSL6.38º87.04%57.65%-
HSV(B)6.38º78.01%94.51%-
XYZ39.323.725.88-
YUV120.9589.66213.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.67%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 53 (21.09% from 255) = 14.44%
R=65.67%
G=19.89%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241735300.700.780.056.3887.0457.65
HexF149350464E56573a
Octal3611116501061165612772
Binary1111000110010011101010100011010011101011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14935; }

 p { color: rgb(241,73,53); }

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

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

 a { background-color: rgb(241,73,53); }

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

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

 span { border-color: rgb(241,73,53); }

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