Html Css Color HEX #F73101 Scarlet

📋 copy color: '#F73101'

red 247 ◦ green 49 ◦ blue 1

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

Shades of Scarlet #F73101

Tints of Scarlet #F73101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

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

R = 83.16%
G = 16.5%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F73101 (or 0xF73101) is known color: Scarlet. HEX triplet: F7, 31 and 01. RGB value is (247,49,1). Sum of RGB (Red+Green+Blue) = 247+49+1=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F73101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73101 is #08CEFE. Grayscale: #676767. Windows color (decimal): -577279 or 78327. OLE color: 78327.

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

Color convert

RGB 247 49 1 -
CMYK 0 0.80 1.00 0.03
HSL 11.71º 0.99% 0.49% -
HSV(B) 11.71º 1% 0.97% -
XYZ 39.46 21.97 2.19 -
YUV 102.73 70.6 230.9 -
System Red Green Blue C M Y K H S L
Decimal 247 49 1 0 0.80 1.00 0.03 11.71 0.99 0.49
Hex F7 31 1 0 50 64 3 C 63 31
Octal 367 61 1 0 120 144 3 14 143 61
Binary 11110111 110001 1 0 1010000 1100100 11 1100 1100011 110001

Color Harmonies of #F73101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73101

Black with #F73101

Text Example


Text Example

White with #F73101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73101; }

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

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

background-color css

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

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

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

border-color css

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

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

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