#F14537

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

Shades of Cinnabar #F14537

Tints of Cinnabar #F14537

Color information

#F14537 (or 0xF14537) is unknown color: approx Cinnabar. HEX triplet: F1, 45 and 37. RGB value is (241,69,55). Sum of RGB (Red+Green+Blue) = 241+69+55=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F14537 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14537 is #0EBAC8. Grayscale: #777777. Windows color (decimal): -965321 or 3622385. OLE color: 3622385.

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

Color convert

RGB2416955-
CMYK00.710.770.05
HSL4.52º86.92%58.04%-
HSV(B)4.52º77.18%94.51%-
XYZ39.0923.236.04-
YUV118.8391.98215.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.03%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 55 (21.88% from 255) = 15.07%
R=66.03%
G=18.90%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241695500.710.770.054.5286.9258.04
HexF145370474D55573a
Octal3611056701071155512772
Binary1111000110001011101110100011110011011011011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14537; }

 p { color: rgb(241,69,55); }

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

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

 a { background-color: rgb(241,69,55); }

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

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

 span { border-color: rgb(241,69,55); }

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