#FD1901

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

Shades of Scarlet #FD1901

Tints of Scarlet #FD1901

Color information

#FD1901 (or 0xFD1901) is unknown color: approx Scarlet. HEX triplet: FD, 19 and 01. RGB value is (253,25,1). Sum of RGB (Red+Green+Blue) = 253+25+1=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1901 is #02E6FE. Grayscale: #5A5A5A. Windows color (decimal): -190207 or 72189. OLE color: 72189.

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

Color convert

RGB253251-
CMYK00.901.000.01
HSL5.71º99.21%49.8%-
HSV(B)5.71º99.6%99.22%-
XYZ40.8621.582.04-
YUV90.4477.54243.95-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 90.68%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=90.68%
G=8.96%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325100.901.000.015.7199.2149.8
HexFD19105A64166332
Octal37531101321441614362
Binary1111110111001101011010110010011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1901; }

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

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

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

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

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

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

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

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