#FD1412

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

Shades of Scarlet #FD1412

Tints of Scarlet #FD1412

Color information

#FD1412 (or 0xFD1412) is unknown color: approx Scarlet. HEX triplet: FD, 14 and 12. RGB value is (253,20,18). Sum of RGB (Red+Green+Blue) = 253+20+18=291 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.94% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1412 is #02EBED. Grayscale: #595959. Windows color (decimal): -191470 or 1185021. OLE color: 1185021.

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

Color convert

RGB2532018-
CMYK00.920.930.01
HSL0.51º98.33%53.14%-
HSV(B)0.51º92.89%99.22%-
XYZ40.8721.432.55-
YUV89.4487.69244.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 86.94%
GREEN value IS 20 (8.20% from 255) = 6.87%
BLUE value IS 18 (7.42% from 255) = 6.19%
R=86.94%
G=6.87%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253201800.920.930.010.5198.3353.14
HexFD141205C5D116235
Octal375242201341351114265
Binary111111011010010010010111001011101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1412; }

 p { color: rgb(253,20,18); }

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

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

 a { background-color: rgb(253,20,18); }

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

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

 span { border-color: rgb(253,20,18); }

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