#F9282D

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

Shades of Alizarin #F9282D

Tints of Alizarin #F9282D

Color information

#F9282D (or 0xF9282D) is unknown color: approx Alizarin. HEX triplet: F9, 28 and 2D. RGB value is (249,40,45). Sum of RGB (Red+Green+Blue) = 249+40+45=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F9282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9282D is #06D7D2. Grayscale: #676767. Windows color (decimal): -448467 or 2959609. OLE color: 2959609.

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

Color convert

RGB2494045-
CMYK00.840.820.02
HSL358.56º94.57%56.67%-
HSV(B)358.56º83.94%97.65%-
XYZ40.321.854.58-
YUV103.0695.24232.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 74.55%
GREEN value IS 40 (16.02% from 255) = 11.98%
BLUE value IS 45 (17.97% from 255) = 13.47%
R=74.55%
G=11.98%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249404500.840.820.02358.5694.5756.67
HexF9282D0545221675f39
Octal37150550124122254713771
Binary11111001101000101101010101001010010101011001111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9282D; }

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

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

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

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

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

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

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

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