#FD2C28

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

Shades of Red Orange #FD2C28

Tints of Red Orange #FD2C28

Color information

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

HSL color Cylindrical-coordinate representation of color #FD2C28: hue angle of 1.13º 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 #FD2C28 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB2534440-
CMYK00.830.840.01
HSL1.13º98.16%57.45%-
HSV(B)1.13º84.19%99.22%-
XYZ41.7922.844.21-
YUV106.0490.74232.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253444000.830.840.011.1398.1657.45
HexFD2C2805354116239
Octal375545001231241114271
Binary11111101101100101000010100111010100111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2C28; }

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

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

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

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

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

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

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

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