Html Css Color HEX #F71E01 Scarlet

📋 copy color: '#F71E01'

red 247 ◦ green 30 ◦ blue 1

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

Shades of Scarlet #F71E01

Tints of Scarlet #F71E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.79%

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

R = 88.85%
G = 10.79%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F71E01 (or 0xF71E01) is known color: Scarlet. HEX triplet: F7, 1E and 01. RGB value is (247,30,1). Sum of RGB (Red+Green+Blue) = 247+30+1=278 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.85% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71E01 is #08E1FE. Grayscale: #5B5B5B. Windows color (decimal): -582143 or 73463. OLE color: 73463.

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

Color convert

RGB 247 30 1 -
CMYK 0 0.88 1.00 0.03
HSL 7.07º 0.99% 0.49% -
HSV(B) 7.07º 1% 0.97% -
XYZ 38.83 20.7 1.98 -
YUV 91.58 76.89 238.86 -
System Red Green Blue C M Y K H S L
Decimal 247 30 1 0 0.88 1.00 0.03 7.07 0.99 0.49
Hex F7 1E 1 0 58 64 3 7 63 31
Octal 367 36 1 0 130 144 3 7 143 61
Binary 11110111 11110 1 0 1011000 1100100 11 111 1100011 110001

Color Harmonies of #F71E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71E01

Black with #F71E01

Text Example


Text Example

White with #F71E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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