Html Css Color HEX #F91F18 Scarlet

📋 copy color: '#F91F18'

red 249 ◦ green 31 ◦ blue 24

#F91F18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #F91F18

Tints of Scarlet #F91F18

RGB

 RED value IS 249 (97.66% from 255) = 81.91%

 GREEN value IS 31 (12.5% from 255) = 10.2%

 BLUE value IS 24 (9.77% from 255) = 7.89%

R = 81.91%
G = 10.2%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F91F18 (or 0xF91F18) is known color: Scarlet. HEX triplet: F9, 1F and 18. RGB value is (249,31,24). Sum of RGB (Red+Green+Blue) = 249+31+24=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91F18 is #06E0E7. Grayscale: #5F5F5F. Windows color (decimal): -450792 or 1581049. OLE color: 1581049.

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

Color convert

RGB 249 31 24 -
CMYK 0 0.88 0.90 0.02
HSL 1.87º 0.95% 0.54% -
HSV(B) 1.87º 0.9% 0.98% -
XYZ 39.72 21.19 2.86 -
YUV 95.38 87.72 237.57 -
System Red Green Blue C M Y K H S L
Decimal 249 31 24 0 0.88 0.90 0.02 1.87 0.95 0.54
Hex F9 1F 18 0 58 5A 2 2 5F 36
Octal 371 37 30 0 130 132 2 2 137 66
Binary 11111001 11111 11000 0 1011000 1011010 10 10 1011111 110110

Color Harmonies of #F91F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F18

Black with #F91F18

Text Example


Text Example

White with #F91F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F18; }

 p { color: rgb(249,31,24); }

 H1.HeaderClassName
 {
   color: #F91F18;
 }
 .AnyTagClassName
 {
   color: #F91F18;
 }
</style>

background-color css

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

 a { background-color: rgb(249,31,24); }

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

border-color css

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

 span { border-color: rgb(249,31,24); }

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