#FD1916

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

Shades of Scarlet #FD1916

Tints of Scarlet #FD1916

Color information

#FD1916 (or 0xFD1916) is unknown color: approx Scarlet. HEX triplet: FD, 19 and 16. RGB value is (253,25,22). Sum of RGB (Red+Green+Blue) = 253+25+22=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1916 is #02E6E9. Grayscale: #5D5D5D. Windows color (decimal): -190186 or 1448445. OLE color: 1448445.

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

Color convert

RGB2532522-
CMYK00.900.910.01
HSL0.78º98.3%53.92%-
HSV(B)0.78º91.3%99.22%-
XYZ4121.642.77-
YUV92.8388.04242.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 84.33%
GREEN value IS 25 (10.16% from 255) = 8.33%
BLUE value IS 22 (8.98% from 255) = 7.33%
R=84.33%
G=8.33%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253252200.900.910.010.7898.353.92
HexFD191605A5B116236
Octal375312601321331114266
Binary111111011100110110010110101011011111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1916; }

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

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

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

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

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

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

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

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