#FD282C

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

Shades of Alizarin #FD282C

Tints of Alizarin #FD282C

Color information

#FD282C (or 0xFD282C) is unknown color: approx Alizarin. HEX triplet: FD, 28 and 2C. RGB value is (253,40,44). Sum of RGB (Red+Green+Blue) = 253+40+44=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD282C is #02D7D3. Grayscale: #686868. Windows color (decimal): -186324 or 2894077. OLE color: 2894077.

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

Color convert

RGB2534044-
CMYK00.840.830.01
HSL358.87º98.16%57.45%-
HSV(B)358.87º84.19%99.22%-
XYZ41.7222.584.54-
YUV104.1494.07234.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 75.07%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 44 (17.58% from 255) = 13.06%
R=75.07%
G=11.87%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253404400.840.830.01358.8798.1657.45
HexFD282C0545311676239
Octal37550540124123154714271
Binary1111110110100010110001010100101001111011001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD282C; }

 p { color: rgb(253,40,44); }

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

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

 a { background-color: rgb(253,40,44); }

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

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

 span { border-color: rgb(253,40,44); }

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