#FD1612

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

Shades of Scarlet #FD1612

Tints of Scarlet #FD1612

Color information

#FD1612 (or 0xFD1612) is unknown color: approx Scarlet. HEX triplet: FD, 16 and 12. RGB value is (253,22,18). Sum of RGB (Red+Green+Blue) = 253+22+18=293 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.35% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1612 is #02E9ED. Grayscale: #5A5A5A. Windows color (decimal): -190958 or 1185533. OLE color: 1185533.

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

Color convert

RGB2532218-
CMYK00.910.930.01
HSL1.02º98.33%53.14%-
HSV(B)1.02º92.89%99.22%-
XYZ40.921.52.57-
YUV90.6187.03243.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 86.35%
GREEN value IS 22 (8.98% from 255) = 7.51%
BLUE value IS 18 (7.42% from 255) = 6.14%
R=86.35%
G=7.51%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253221800.910.930.011.0298.3353.14
HexFD161205B5D116235
Octal375262201331351114265
Binary111111011011010010010110111011101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1612; }

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

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

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

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

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

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

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

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