#FF1F1E

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

Shades of Scarlet #FF1F1E

Tints of Scarlet #FF1F1E

Color information

#FF1F1E (or 0xFF1F1E) is unknown color: approx Scarlet. HEX triplet: FF, 1F and 1E. RGB value is (255,31,30). Sum of RGB (Red+Green+Blue) = 255+31+30=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F1E is #00E0E1. Grayscale: #626262. Windows color (decimal): -57570 or 1974271. OLE color: 1974271.

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

Color convert

RGB2553130-
CMYK00.880.880
HSL0.27º100%55.88%-
HSV(B)0.27º88.24%100%-
XYZ41.9622.333.33-
YUV97.8689.71240.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 80.70%
GREEN value IS 31 (12.5% from 255) = 9.81%
BLUE value IS 30 (12.11% from 255) = 9.49%
R=80.70%
G=9.81%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255313000.880.8800.2710055.88
HexFF1F1E05858006438
Octal377373601301300014470
Binary111111111111111110010110001011000001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1F1E; }

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

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

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

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

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

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

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

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