#F13339

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

Shades of Alizarin #F13339

Tints of Alizarin #F13339

Color information

#F13339 (or 0xF13339) is unknown color: approx Alizarin. HEX triplet: F1, 33 and 39. RGB value is (241,51,57). Sum of RGB (Red+Green+Blue) = 241+51+57=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F13339 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13339 is #0ECCC6. Grayscale: #6C6C6C. Windows color (decimal): -969927 or 3748849. OLE color: 3748849.

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

Color convert

RGB2415157-
CMYK00.790.760.05
HSL358.11º87.16%57.25%-
HSV(B)358.11º78.84%94.51%-
XYZ38.221.365.98-
YUV108.4998.95222.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.05%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 57 (22.66% from 255) = 16.33%
R=69.05%
G=14.61%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241515700.790.760.05358.1187.1657.25
HexF1333904F4C51665739
Octal36163710117114554612771
Binary111100011100111110010100111110011001011011001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13339; }

 p { color: rgb(241,51,57); }

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

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

 a { background-color: rgb(241,51,57); }

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

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

 span { border-color: rgb(241,51,57); }

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