#FF1F14

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

Shades of Scarlet #FF1F14

Tints of Scarlet #FF1F14

Color information

#FF1F14 (or 0xFF1F14) is unknown color: approx Scarlet. HEX triplet: FF, 1F and 14. RGB value is (255,31,20). Sum of RGB (Red+Green+Blue) = 255+31+20=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1F14 is #00E0EB. Grayscale: #606060. Windows color (decimal): -57580 or 1318911. OLE color: 1318911.

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

Color convert

RGB2553120-
CMYK00.880.920
HSL2.81º100%53.92%-
HSV(B)2.81º92.16%100%-
XYZ41.8622.292.76-
YUV96.7284.71240.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 83.33%
GREEN value IS 31 (12.5% from 255) = 10.13%
BLUE value IS 20 (8.20% from 255) = 6.54%
R=83.33%
G=10.13%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255312000.880.9202.8110053.92
HexFF1F140585C036436
Octal377372401301340314466
Binary1111111111111101000101100010111000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1F14; }

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

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

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

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

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

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

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

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