#FD2901

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

Shades of Scarlet #FD2901

Tints of Scarlet #FD2901

Color information

#FD2901 (or 0xFD2901) is unknown color: approx Scarlet. HEX triplet: FD, 29 and 01. RGB value is (253,41,1). Sum of RGB (Red+Green+Blue) = 253+41+1=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2901 is #02D6FE. Grayscale: #646464. Windows color (decimal): -186111 or 76285. OLE color: 76285.

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

Color convert

RGB253411-
CMYK00.841.000.01
HSL9.52º99.21%49.8%-
HSV(B)9.52º99.6%99.22%-
XYZ41.3122.472.19-
YUV99.8372.24237.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 85.76%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=85.76%
G=13.90%
B=0.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25341100.841.000.019.5299.2149.8
HexFD291054641a6332
Octal375511012414411214362
Binary111111011010011010101001100100110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2901; }

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

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

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

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

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

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

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

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