#F5261E

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

Shades of Scarlet #F5261E

Tints of Scarlet #F5261E

Color information

#F5261E (or 0xF5261E) is unknown color: approx Scarlet. HEX triplet: F5, 26 and 1E. RGB value is (245,38,30). Sum of RGB (Red+Green+Blue) = 245+38+30=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5261E is #0AD9E1. Grayscale: #636363. Windows color (decimal): -711138 or 1976053. OLE color: 1976053.

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

Color convert

RGB2453830-
CMYK00.840.880.04
HSL2.23º91.49%53.92%-
HSV(B)2.23º87.76%96.08%-
XYZ38.5820.893.23-
YUV98.9889.08232.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 78.27%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 30 (12.11% from 255) = 9.58%
R=78.27%
G=12.14%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245383000.840.880.042.2391.4953.92
HexF5261E05458425b36
Octal365463601241304213366
Binary1111010110011011110010101001011000100101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5261E; }

 p { color: rgb(245,38,30); }

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

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

 a { background-color: rgb(245,38,30); }

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

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

 span { border-color: rgb(245,38,30); }

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