#FE2603

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

Shades of Scarlet #FE2603

Tints of Scarlet #FE2603

Color information

#FE2603 (or 0xFE2603) is unknown color: approx Scarlet. HEX triplet: FE, 26 and 03. RGB value is (254,38,3). Sum of RGB (Red+Green+Blue) = 254+38+3=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2603 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2603 is #01D9FC. Grayscale: #626262. Windows color (decimal): -121341 or 206590. OLE color: 206590.

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

Color convert

RGB254383-
CMYK00.850.990.00
HSL8.37º99.21%50.39%-
HSV(B)8.37º98.82%99.61%-
XYZ41.5822.462.23-
YUV98.5974.06238.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 86.10%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 3 (1.56% from 255) = 1.02%
R=86.10%
G=12.88%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25438300.850.990.008.3799.2150.39
HexFE26305563086332
Octal376463012514301014362
Binary1111111010011011010101011100011010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2603; }

 p { color: rgb(254,38,3); }

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

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

 a { background-color: rgb(254,38,3); }

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

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

 span { border-color: rgb(254,38,3); }

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