#FF1506

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

Shades of Scarlet #FF1506

Tints of Scarlet #FF1506

Color information

#FF1506 (or 0xFF1506) is unknown color: approx Scarlet. HEX triplet: FF, 15 and 06. RGB value is (255,21,6). Sum of RGB (Red+Green+Blue) = 255+21+6=282 (37% of max value = 765). Red value is 255 (100% from 255 or 90.43% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1506 is #00EAF9. Grayscale: #595959. Windows color (decimal): -60154 or 398847. OLE color: 398847.

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

Color convert

RGB255216-
CMYK00.920.980
HSL3.61º100%51.18%-
HSV(B)3.61º97.65%100%-
XYZ41.5421.812.19-
YUV89.2681.02246.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 90.43%
GREEN value IS 21 (8.59% from 255) = 7.45%
BLUE value IS 6 (2.73% from 255) = 2.13%
R=90.43%
G=7.45%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521600.920.9803.6110051.18
HexFF15605C62046433
Octal37725601341420414463
Binary111111111010111001011100110001001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1506; }

 p { color: rgb(255,21,6); }

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

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

 a { background-color: rgb(255,21,6); }

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

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

 span { border-color: rgb(255,21,6); }

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