#FD2923

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

Shades of Red Orange #FD2923

Tints of Red Orange #FD2923

Color information

#FD2923 (or 0xFD2923) is unknown color: approx Red Orange. HEX triplet: FD, 29 and 23. RGB value is (253,41,35). Sum of RGB (Red+Green+Blue) = 253+41+35=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2923 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2923 is #02D6DC. Grayscale: #676767. Windows color (decimal): -186077 or 2304509. OLE color: 2304509.

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

Color convert

RGB2534135-
CMYK00.840.860.01
HSL1.65º98.2%56.47%-
HSV(B)1.65º86.17%99.22%-
XYZ41.622.593.76-
YUV103.789.24234.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 76.90%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 35 (14.06% from 255) = 10.64%
R=76.90%
G=12.46%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253413500.840.860.011.6598.256.47
HexFD292305456126238
Octal375514301241261214270
Binary111111011010011000110101010010101101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2923; }

 p { color: rgb(253,41,35); }

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

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

 a { background-color: rgb(253,41,35); }

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

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

 span { border-color: rgb(253,41,35); }

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