Html Css Color HEX #F91701 Scarlet

📋 copy color: '#F91701'

red 249 ◦ green 23 ◦ blue 1

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

Shades of Scarlet #F91701

Tints of Scarlet #F91701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 91.21%
G = 8.42%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F91701 (or 0xF91701) is known color: Scarlet. HEX triplet: F9, 17 and 01. RGB value is (249,23,1). Sum of RGB (Red+Green+Blue) = 249+23+1=273 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.21% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 249 - color contains mainly: red. Hex color #F91701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91701 is #06E8FE. Grayscale: #585858. Windows color (decimal): -452863 or 71673. OLE color: 71673.

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

Color convert

RGB 249 23 1 -
CMYK 0 0.91 1.00 0.02
HSL 5.32º 0.99% 0.49% -
HSV(B) 5.32º 1% 0.98% -
XYZ 39.38 20.75 1.96 -
YUV 88.07 78.87 242.79 -
System Red Green Blue C M Y K H S L
Decimal 249 23 1 0 0.91 1.00 0.02 5.32 0.99 0.49
Hex F9 17 1 0 5B 64 2 5 63 31
Octal 371 27 1 0 133 144 2 5 143 61
Binary 11111001 10111 1 0 1011011 1100100 10 101 1100011 110001

Color Harmonies of #F91701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91701

Black with #F91701

Text Example


Text Example

White with #F91701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91701; }

 p { color: rgb(249,23,1); }

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

background-color css

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

 a { background-color: rgb(249,23,1); }

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

border-color css

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

 span { border-color: rgb(249,23,1); }

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