#FD160F

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

Shades of Scarlet #FD160F

Tints of Scarlet #FD160F

Color information

#FD160F (or 0xFD160F) is unknown color: approx Scarlet. HEX triplet: FD, 16 and 0F. RGB value is (253,22,15). Sum of RGB (Red+Green+Blue) = 253+22+15=290 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.24% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 253 - color contains mainly: red. Hex color #FD160F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD160F is #02E9F0. Grayscale: #5A5A5A. Windows color (decimal): -190961 or 988925. OLE color: 988925.

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

Color convert

RGB2532215-
CMYK00.910.940.01
HSL1.76º98.35%52.55%-
HSV(B)1.76º94.07%99.22%-
XYZ40.8821.492.45-
YUV90.2785.53244.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 87.24%
GREEN value IS 22 (8.98% from 255) = 7.59%
BLUE value IS 15 (6.25% from 255) = 5.17%
R=87.24%
G=7.59%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253221500.910.940.011.7698.3552.55
HexFD16F05B5E126235
Octal375261701331361214265
Binary111111011011011110101101110111101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD160F; }

 p { color: rgb(253,22,15); }

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

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

 a { background-color: rgb(253,22,15); }

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

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

 span { border-color: rgb(253,22,15); }

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