#F13537

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

Shades of Alizarin #F13537

Tints of Alizarin #F13537

Color information

#F13537 (or 0xF13537) is unknown color: approx Alizarin. HEX triplet: F1, 35 and 37. RGB value is (241,53,55). Sum of RGB (Red+Green+Blue) = 241+53+55=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F13537 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13537 is #0ECAC8. Grayscale: #6D6D6D. Windows color (decimal): -969417 or 3618289. OLE color: 3618289.

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

Color convert

RGB2415355-
CMYK00.780.770.05
HSL359.36º87.04%57.65%-
HSV(B)359.36º78.01%94.51%-
XYZ38.2421.525.75-
YUV109.4497.28221.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.05%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 55 (21.88% from 255) = 15.76%
R=69.05%
G=15.19%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241535500.780.770.05359.3687.0457.65
HexF1353704E4D5167573a
Octal36165670116115554712772
Binary111100011101011101110100111010011011011011001111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13537; }

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

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

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

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

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

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

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

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