#FD2A39

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

Shades of Alizarin #FD2A39

Tints of Alizarin #FD2A39

Color information

#FD2A39 (or 0xFD2A39) is unknown color: approx Alizarin. HEX triplet: FD, 2A and 39. RGB value is (253,42,57). Sum of RGB (Red+Green+Blue) = 253+42+57=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2A39 is #02D5C6. Grayscale: #6A6A6A. Windows color (decimal): -185799 or 3746557. OLE color: 3746557.

HSL color Cylindrical-coordinate representation of color #FD2A39: hue angle of 355.73º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2A39 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB2534257-
CMYK00.830.770.01
HSL355.73º98.14%57.84%-
HSV(B)355.73º83.4%99.22%-
XYZ42.0722.836.06-
YUV106.899.9232.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 71.88%
GREEN value IS 42 (16.80% from 255) = 11.93%
BLUE value IS 57 (22.66% from 255) = 16.19%
R=71.88%
G=11.93%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253425700.830.770.01355.7398.1457.84
HexFD2A390534D1164623a
Octal37552710123115154414272
Binary1111110110101011100101010011100110111011001001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2A39; }

 p { color: rgb(253,42,57); }

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

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

 a { background-color: rgb(253,42,57); }

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

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

 span { border-color: rgb(253,42,57); }

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