#F92E3D

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

Shades of Alizarin #F92E3D

Tints of Alizarin #F92E3D

Color information

#F92E3D (or 0xF92E3D) is unknown color: approx Alizarin. HEX triplet: F9, 2E and 3D. RGB value is (249,46,61). Sum of RGB (Red+Green+Blue) = 249+46+61=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92E3D is #06D1C2. Grayscale: #6C6C6C. Windows color (decimal): -446915 or 4009721. OLE color: 4009721.

HSL color Cylindrical-coordinate representation of color #F92E3D: hue angle of 355.57º 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 #F92E3D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB2494661-
CMYK00.820.760.02
HSL355.57º94.42%57.84%-
HSV(B)355.57º81.53%97.65%-
XYZ40.8922.436.59-
YUV108.41101.25228.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.94%
GREEN value IS 46 (18.36% from 255) = 12.92%
BLUE value IS 61 (24.22% from 255) = 17.13%
R=69.94%
G=12.92%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249466100.820.760.02355.5794.4257.84
HexF92E3D0524C21645e3a
Octal37156750122114254413672
Binary11111001101110111101010100101001100101011001001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92E3D; }

 p { color: rgb(249,46,61); }

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

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

 a { background-color: rgb(249,46,61); }

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

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

 span { border-color: rgb(249,46,61); }

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