#fe1f0f

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

Shades of Scarlet #FE1F0F

Tints of Scarlet #FE1F0F

Color information

#FE1F0F (or 0xFE1F0F) is unknown color: approx Scarlet. HEX triplet: FE, 1F and 0F. RGB value is (254,31,15). Sum of RGB (Red+Green+Blue) = 254+31+15=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1F0F is #01E0F0. Grayscale: #606060. Windows color (decimal): -123121 or 991230. OLE color: 991230.

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

Color convert

RGB2543115-
CMYK00.880.940.00
HSL4.02º99.17%52.75%-
HSV(B)4.02º94.09%99.61%-
XYZ41.4522.092.53-
YUV95.8582.38240.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 84.67%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 15 (6.25% from 255) = 5%
R=84.67%
G=10.33%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254311500.880.940.004.0299.1752.75
HexFE1FF0585E046335
Octal376371701301360414365
Binary1111111011111111101011000101111001001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe1f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe1f0f; }

 p { color: rgb(254,31,15); }

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

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

 a { background-color: rgb(254,31,15); }

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

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

 span { border-color: rgb(254,31,15); }

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