#FF1F00

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

Shades of Scarlet #FF1F00

Tints of Scarlet #FF1F00

Color information

#FF1F00 (or 0xFF1F00) is unknown color: approx Scarlet. HEX triplet: FF, 1F and 00. RGB value is (255,31,0). Sum of RGB (Red+Green+Blue) = 255+31+0=286 (37% of max value = 765). Red value is 255 (100% from 255 or 89.16% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1F00 is #00E0FF. Grayscale: #5E5E5E. Windows color (decimal): -57600 or 8191. OLE color: 8191.

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

Color convert

RGB255310-
CMYK00.8810
HSL7.29º100%50%-
HSV(B)7.29º100%100%-
XYZ41.7322.242.09-
YUV94.4474.71242.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 89.16%
GREEN value IS 31 (12.5% from 255) = 10.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.16%
G=10.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25531000.88107.2910050
HexFF1F005864076432
Octal37737001301440714462
Binary1111111111111001011000110010001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1F00; }

 p { color: rgb(255,31,0); }

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

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

 a { background-color: rgb(255,31,0); }

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

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

 span { border-color: rgb(255,31,0); }

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