#F92D36

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

Shades of Alizarin #F92D36

Tints of Alizarin #F92D36

Color information

#F92D36 (or 0xF92D36) is unknown color: approx Alizarin. HEX triplet: F9, 2D and 36. RGB value is (249,45,54). Sum of RGB (Red+Green+Blue) = 249+45+54=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D36 is #06D2C9. Grayscale: #6B6B6B. Windows color (decimal): -447178 or 3550713. OLE color: 3550713.

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

Color convert

RGB2494554-
CMYK00.820.780.02
HSL357.35º94.44%57.65%-
HSV(B)357.35º81.93%97.65%-
XYZ40.6722.285.65-
YUV107.0298.09229.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 71.55%
GREEN value IS 45 (17.97% from 255) = 12.93%
BLUE value IS 54 (21.48% from 255) = 15.52%
R=71.55%
G=12.93%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249455400.820.780.02357.3594.4457.65
HexF92D360524E21655e3a
Octal37155660122116254513672
Binary11111001101101110110010100101001110101011001011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92D36; }

 p { color: rgb(249,45,54); }

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

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

 a { background-color: rgb(249,45,54); }

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

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

 span { border-color: rgb(249,45,54); }

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