Html Css Color HEX #F71901 Scarlet

📋 copy color: '#F71901'

red 247 ◦ green 25 ◦ blue 1

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

Shades of Scarlet #F71901

Tints of Scarlet #F71901

RGB

 RED value IS 247 (96.88% from 255) = 90.48%

 GREEN value IS 25 (10.16% from 255) = 9.16%

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

R = 90.48%
G = 9.16%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F71901 (or 0xF71901) is known color: Scarlet. HEX triplet: F7, 19 and 01. RGB value is (247,25,1). Sum of RGB (Red+Green+Blue) = 247+25+1=273 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.48% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 247 - color contains mainly: red. Hex color #F71901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71901 is #08E6FE. Grayscale: #585858. Windows color (decimal): -583423 or 72183. OLE color: 72183.

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

Color convert

RGB 247 25 1 -
CMYK 0 0.90 1.00 0.03
HSL 5.85º 0.99% 0.49% -
HSV(B) 5.85º 1% 0.97% -
XYZ 38.71 20.47 1.94 -
YUV 88.64 78.55 240.95 -
System Red Green Blue C M Y K H S L
Decimal 247 25 1 0 0.90 1.00 0.03 5.85 0.99 0.49
Hex F7 19 1 0 5A 64 3 6 63 31
Octal 367 31 1 0 132 144 3 6 143 61
Binary 11110111 11001 1 0 1011010 1100100 11 110 1100011 110001

Color Harmonies of #F71901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71901

Black with #F71901

Text Example


Text Example

White with #F71901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71901; }

 p { color: rgb(247,25,1); }

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

background-color css

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

 a { background-color: rgb(247,25,1); }

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

border-color css

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

 span { border-color: rgb(247,25,1); }

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