Html Css Color HEX #F91501 Scarlet

📋 copy color: '#F91501'

red 249 ◦ green 21 ◦ blue 1

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

Shades of Scarlet #F91501

Tints of Scarlet #F91501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.75%

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

R = 91.88%
G = 7.75%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F91501 (or 0xF91501) is known color: Scarlet. HEX triplet: F9, 15 and 01. RGB value is (249,21,1). Sum of RGB (Red+Green+Blue) = 249+21+1=271 (35% of max value = 765). Red value is 249 (97.66% from 255 or 91.88% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 249 - color contains mainly: red. Hex color #F91501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91501 is #06EAFE. Grayscale: #575757. Windows color (decimal): -453375 or 71161. OLE color: 71161.

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

Color convert

RGB 249 21 1 -
CMYK 0 0.92 1.00 0.02
HSL 4.84º 0.99% 0.49% -
HSV(B) 4.84º 1% 0.98% -
XYZ 39.34 20.68 1.95 -
YUV 86.89 79.54 243.63 -
System Red Green Blue C M Y K H S L
Decimal 249 21 1 0 0.92 1.00 0.02 4.84 0.99 0.49
Hex F9 15 1 0 5C 64 2 5 63 31
Octal 371 25 1 0 134 144 2 5 143 61
Binary 11111001 10101 1 0 1011100 1100100 10 101 1100011 110001

Color Harmonies of #F91501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91501

Black with #F91501

Text Example


Text Example

White with #F91501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91501; }

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

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

background-color css

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

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

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

border-color css

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

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

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