Html Css Color HEX #F91601 Scarlet

📋 copy color: '#F91601'

red 249 ◦ green 22 ◦ blue 1

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

Shades of Scarlet #F91601

Tints of Scarlet #F91601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

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

R = 91.54%
G = 8.09%
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

#F91601 (or 0xF91601) is known color: Scarlet. HEX triplet: F9, 16 and 01. RGB value is (249,22,1). Sum of RGB (Red+Green+Blue) = 249+22+1=272 (36% of max value = 765). Red value is 249 (97.66% from 255 or 91.54% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 249 - color contains mainly: red. Hex color #F91601 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91601 is #06E9FE. Grayscale: #575757. Windows color (decimal): -453119 or 71417. OLE color: 71417.

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

Color convert

RGB 249 22 1 -
CMYK 0 0.91 1.00 0.02
HSL 5.08º 0.99% 0.49% -
HSV(B) 5.08º 1% 0.98% -
XYZ 39.36 20.72 1.95 -
YUV 87.48 79.21 243.21 -
System Red Green Blue C M Y K H S L
Decimal 249 22 1 0 0.91 1.00 0.02 5.08 0.99 0.49
Hex F9 16 1 0 5B 64 2 5 63 31
Octal 371 26 1 0 133 144 2 5 143 61
Binary 11111001 10110 1 0 1011011 1100100 10 101 1100011 110001

Color Harmonies of #F91601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91601

Black with #F91601

Text Example


Text Example

White with #F91601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91601; }

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

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

background-color css

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

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

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

border-color css

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

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

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