#FF1706

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

Shades of Scarlet #FF1706

Tints of Scarlet #FF1706

Color information

#FF1706 (or 0xFF1706) is unknown color: approx Scarlet. HEX triplet: FF, 17 and 06. RGB value is (255,23,6). Sum of RGB (Red+Green+Blue) = 255+23+6=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1706 is #00E8F9. Grayscale: #5A5A5A. Windows color (decimal): -59642 or 399359. OLE color: 399359.

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

Color convert

RGB255236-
CMYK00.910.980
HSL4.1º100%51.18%-
HSV(B)4.1º97.65%100%-
XYZ41.5821.892.21-
YUV90.4380.36245.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 89.79%
GREEN value IS 23 (9.38% from 255) = 8.10%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=89.79%
G=8.10%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523600.910.9804.110051.18
HexFF17605B62046433
Octal37727601331420414463
Binary111111111011111001011011110001001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1706; }

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

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

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

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

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

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

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

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