#f92538

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

Shades of Alizarin #F92538

Tints of Alizarin #F92538

Color information

#F92538 (or 0xF92538) is unknown color: approx Alizarin. HEX triplet: F9, 25 and 38. RGB value is (249,37,56). Sum of RGB (Red+Green+Blue) = 249+37+56=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F92538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92538 is #06DAC7. Grayscale: #666666. Windows color (decimal): -449224 or 3679737. OLE color: 3679737.

HSL color Cylindrical-coordinate representation of color #F92538: hue angle of 354.62º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92538 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB2493756-
CMYK00.850.780.02
HSL354.62º94.64%56.08%-
HSV(B)354.62º85.14%97.65%-
XYZ40.4421.755.81-
YUV102.55101.74232.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 72.81%
GREEN value IS 37 (14.84% from 255) = 10.82%
BLUE value IS 56 (22.27% from 255) = 16.37%
R=72.81%
G=10.82%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249375600.850.780.02354.6294.6456.08
HexF925380554E21635f38
Octal37145700125116254313770
Binary11111001100101111000010101011001110101011000111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f92538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f92538; }

 p { color: rgb(249,37,56); }

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

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

 a { background-color: rgb(249,37,56); }

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

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

 span { border-color: rgb(249,37,56); }

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