#F91C08

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

Shades of Scarlet #F91C08

Tints of Scarlet #F91C08

Color information

#F91C08 (or 0xF91C08) is unknown color: approx Scarlet. HEX triplet: F9, 1C and 08. RGB value is (249,28,8). Sum of RGB (Red+Green+Blue) = 249+28+8=285 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.37% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91C08 is #06E3F7. Grayscale: #5C5C5C. Windows color (decimal): -451576 or 531705. OLE color: 531705.

HSL color Cylindrical-coordinate representation of color #F91C08: hue angle of 4.98º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F91C08 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB249288-
CMYK00.890.970.02
HSL4.98º95.26%50.39%-
HSV(B)4.98º96.79%97.65%-
XYZ39.5320.992.2-
YUV91.880.72240.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 87.37%
GREEN value IS 28 (11.33% from 255) = 9.82%
BLUE value IS 8 (3.52% from 255) = 2.81%
R=87.37%
G=9.82%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24928800.890.970.024.9895.2650.39
HexF91C805961255f32
Octal371341001311412513762
Binary11111001111001000010110011100001101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91C08; }

 p { color: rgb(249,28,8); }

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

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

 a { background-color: rgb(249,28,8); }

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

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

 span { border-color: rgb(249,28,8); }

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