#F13338

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

Shades of Alizarin #F13338

Tints of Alizarin #F13338

Color information

#F13338 (or 0xF13338) is unknown color: approx Alizarin. HEX triplet: F1, 33 and 38. RGB value is (241,51,56). Sum of RGB (Red+Green+Blue) = 241+51+56=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F13338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13338 is #0ECCC7. Grayscale: #6C6C6C. Windows color (decimal): -969928 or 3683313. OLE color: 3683313.

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

Color convert

RGB2415156-
CMYK00.790.770.05
HSL358.42º87.16%57.25%-
HSV(B)358.42º78.84%94.51%-
XYZ38.1721.355.85-
YUV108.3898.45222.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.25%
GREEN value IS 51 (20.31% from 255) = 14.66%
BLUE value IS 56 (22.27% from 255) = 16.09%
R=69.25%
G=14.66%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241515600.790.770.05358.4287.1657.25
HexF1333804F4D51665739
Octal36163700117115554612771
Binary111100011100111110000100111110011011011011001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13338; }

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

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

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

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

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

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

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

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