Html Css Color HEX #F91F19 Scarlet

📋 copy color: '#F91F19'

red 249 ◦ green 31 ◦ blue 25

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

Shades of Scarlet #F91F19

Tints of Scarlet #F91F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 81.64%
G = 10.16%
B = 8.2%

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

#F91F19 (or 0xF91F19) is known color: Scarlet. HEX triplet: F9, 1F and 19. RGB value is (249,31,25). Sum of RGB (Red+Green+Blue) = 249+31+25=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91F19 is #06E0E6. Grayscale: #5F5F5F. Windows color (decimal): -450791 or 1646585. OLE color: 1646585.

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

Color convert

RGB 249 31 25 -
CMYK 0 0.88 0.90 0.02
HSL 1.61º 0.95% 0.54% -
HSV(B) 1.61º 0.9% 0.98% -
XYZ 39.73 21.19 2.92 -
YUV 95.5 88.22 237.49 -
System Red Green Blue C M Y K H S L
Decimal 249 31 25 0 0.88 0.90 0.02 1.61 0.95 0.54
Hex F9 1F 19 0 58 5A 2 2 5F 36
Octal 371 37 31 0 130 132 2 2 137 66
Binary 11111001 11111 11001 0 1011000 1011010 10 10 1011111 110110

Color Harmonies of #F91F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F19

Black with #F91F19

Text Example


Text Example

White with #F91F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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