#f91900

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

Shades of Scarlet #F91900

Tints of Scarlet #F91900

Color information

#F91900 (or 0xF91900) is unknown color: approx Scarlet. HEX triplet: F9, 19 and 00. RGB value is (249,25,0). Sum of RGB (Red+Green+Blue) = 249+25+0=274 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.88% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 249 - color contains mainly: red. Hex color #F91900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91900 is #06E6FF. Grayscale: #595959. Windows color (decimal): -452352 or 6649. OLE color: 6649.

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

Color convert

RGB249250-
CMYK00.9010.02
HSL6.02º100%48.82%-
HSV(B)6.02º100%97.65%-
XYZ39.4120.831.94-
YUV89.1377.71242.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 90.88%
GREEN value IS 25 (10.16% from 255) = 9.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.88%
G=9.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24925000.9010.026.0210048.82
HexF919005A64266431
Octal37131001321442614461
Binary11111001110010010110101100100101101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f91900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f91900; }

 p { color: rgb(249,25,0); }

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

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

 a { background-color: rgb(249,25,0); }

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

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

 span { border-color: rgb(249,25,0); }

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