#F73034

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

Shades of Alizarin #F73034

Tints of Alizarin #F73034

Color information

#F73034 (or 0xF73034) is unknown color: approx Alizarin. HEX triplet: F7, 30 and 34. RGB value is (247,48,52). Sum of RGB (Red+Green+Blue) = 247+48+52=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F73034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73034 is #08CFCB. Grayscale: #6C6C6C. Windows color (decimal): -577484 or 3420407. OLE color: 3420407.

HSL color Cylindrical-coordinate representation of color #F73034: hue angle of 358.79º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F73034 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB2474852-
CMYK00.810.790.03
HSL358.79º92.56%57.84%-
HSV(B)358.79º80.57%96.86%-
XYZ40.0322.145.41-
YUV107.9696.43227.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 71.18%
GREEN value IS 48 (19.14% from 255) = 13.83%
BLUE value IS 52 (20.70% from 255) = 14.99%
R=71.18%
G=13.83%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247485200.810.790.03358.7992.5657.84
HexF730340514F31675d3a
Octal36760640121117354713572
Binary11110111110000110100010100011001111111011001111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73034; }

 p { color: rgb(247,48,52); }

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

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

 a { background-color: rgb(247,48,52); }

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

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

 span { border-color: rgb(247,48,52); }

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