#F51E25

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

Shades of Alizarin #F51E25

Tints of Alizarin #F51E25

Color information

#F51E25 (or 0xF51E25) is unknown color: approx Alizarin. HEX triplet: F5, 1E and 25. RGB value is (245,30,37). Sum of RGB (Red+Green+Blue) = 245+30+37=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E25 is #0AE1DA. Grayscale: #5F5F5F. Windows color (decimal): -713179 or 2432757. OLE color: 2432757.

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

Color convert

RGB2453037-
CMYK00.880.850.04
HSL358.05º91.49%53.92%-
HSV(B)358.05º87.76%96.08%-
XYZ38.4520.473.68-
YUV95.0895.23234.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 78.53%
GREEN value IS 30 (12.11% from 255) = 9.62%
BLUE value IS 37 (14.84% from 255) = 11.86%
R=78.53%
G=9.62%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245303700.880.850.04358.0591.4953.92
HexF51E250585541665b36
Octal36536450130125454613366
Binary11110101111101001010101100010101011001011001101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51E25; }

 p { color: rgb(245,30,37); }

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

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

 a { background-color: rgb(245,30,37); }

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

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

 span { border-color: rgb(245,30,37); }

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