#F53337

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

Shades of Alizarin #F53337

Tints of Alizarin #F53337

Color information

#F53337 (or 0xF53337) is unknown color: approx Alizarin. HEX triplet: F5, 33 and 37. RGB value is (245,51,55). Sum of RGB (Red+Green+Blue) = 245+51+55=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F53337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53337 is #0ACCC8. Grayscale: #6D6D6D. Windows color (decimal): -707785 or 3617781. OLE color: 3617781.

HSL color Cylindrical-coordinate representation of color #F53337: hue angle of 358.76º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53337 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB2455155-
CMYK00.790.780.04
HSL358.76º90.65%58.04%-
HSV(B)358.76º79.18%96.08%-
XYZ39.5322.065.79-
YUV109.4697.27224.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 69.80%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 55 (21.88% from 255) = 15.67%
R=69.80%
G=14.53%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245515500.790.780.04358.7690.6558.04
HexF5333704F4E41675b3a
Octal36563670117116454713372
Binary111101011100111101110100111110011101001011001111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F53337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F53337; }

 p { color: rgb(245,51,55); }

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

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

 a { background-color: rgb(245,51,55); }

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

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

 span { border-color: rgb(245,51,55); }

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