#F5272B

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

Shades of Alizarin #F5272B

Tints of Alizarin #F5272B

Color information

#F5272B (or 0xF5272B) is unknown color: approx Alizarin. HEX triplet: F5, 27 and 2B. RGB value is (245,39,43). Sum of RGB (Red+Green+Blue) = 245+39+43=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F5272B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5272B is #0AD8D4. Grayscale: #656565. Windows color (decimal): -710869 or 2828277. OLE color: 2828277.

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

Color convert

RGB2453943-
CMYK00.840.820.04
HSL358.83º91.15%55.69%-
HSV(B)358.83º84.08%96.08%-
XYZ38.8221.044.3-
YUV101.0595.25230.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 74.92%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 43 (17.19% from 255) = 13.15%
R=74.92%
G=11.93%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245394300.840.820.04358.8391.1555.69
HexF5272B0545241675b38
Octal36547530124122454713370
Binary111101011001111010110101010010100101001011001111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5272B; }

 p { color: rgb(245,39,43); }

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

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

 a { background-color: rgb(245,39,43); }

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

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

 span { border-color: rgb(245,39,43); }

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