Html Css Color HEX #F71401 Scarlet

📋 copy color: '#F71401'

red 247 ◦ green 20 ◦ blue 1

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

Shades of Scarlet #F71401

Tints of Scarlet #F71401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 92.16%
G = 7.46%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F71401 (or 0xF71401) is known color: Scarlet. HEX triplet: F7, 14 and 01. RGB value is (247,20,1). Sum of RGB (Red+Green+Blue) = 247+20+1=268 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.16% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 247 - color contains mainly: red. Hex color #F71401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71401 is #08EBFE. Grayscale: #565656. Windows color (decimal): -584703 or 70903. OLE color: 70903.

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

Color convert

RGB 247 20 1 -
CMYK 0 0.92 1.00 0.03
HSL 4.63º 0.99% 0.49% -
HSV(B) 4.63º 1% 0.97% -
XYZ 38.61 20.28 1.91 -
YUV 85.71 80.21 243.04 -
System Red Green Blue C M Y K H S L
Decimal 247 20 1 0 0.92 1.00 0.03 4.63 0.99 0.49
Hex F7 14 1 0 5C 64 3 5 63 31
Octal 367 24 1 0 134 144 3 5 143 61
Binary 11110111 10100 1 0 1011100 1100100 11 101 1100011 110001

Color Harmonies of #F71401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71401

Black with #F71401

Text Example


Text Example

White with #F71401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71401; }

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

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

background-color css

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

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

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

border-color css

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

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

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