#F91D08

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

Shades of Scarlet #F91D08

Tints of Scarlet #F91D08

Color information

#F91D08 (or 0xF91D08) is unknown color: approx Scarlet. HEX triplet: F9, 1D and 08. RGB value is (249,29,8). Sum of RGB (Red+Green+Blue) = 249+29+8=286 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.06% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91D08 is #06E2F7. Grayscale: #5C5C5C. Windows color (decimal): -451320 or 531961. OLE color: 531961.

HSL color Cylindrical-coordinate representation of color #F91D08: hue angle of 5.23º 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 #F91D08 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB249298-
CMYK00.880.970.02
HSL5.23º95.26%50.39%-
HSV(B)5.23º96.79%97.65%-
XYZ39.5521.042.21-
YUV92.3980.39239.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 87.06%
GREEN value IS 29 (11.72% from 255) = 10.14%
BLUE value IS 8 (3.52% from 255) = 2.80%
R=87.06%
G=10.14%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24929800.880.970.025.2395.2650.39
HexF91D805861255f32
Octal371351001301412513762
Binary11111001111011000010110001100001101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91D08; }

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

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

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

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

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

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

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

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