Html Css Color HEX #F73111 Scarlet

📋 copy color: '#F73111'

red 247 ◦ green 49 ◦ blue 17

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

Shades of Scarlet #F73111

Tints of Scarlet #F73111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.43%

R = 78.91%
G = 15.65%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F73111 (or 0xF73111) is known color: Scarlet. HEX triplet: F7, 31 and 11. RGB value is (247,49,17). Sum of RGB (Red+Green+Blue) = 247+49+17=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F73111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73111 is #08CEEE. Grayscale: #686868. Windows color (decimal): -577263 or 1126903. OLE color: 1126903.

HSL color Cylindrical-coordinate representation of color #F73111: hue angle of 8.35º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F73111 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 49 17 -
CMYK 0 0.80 0.93 0.03
HSL 8.35º 0.93% 0.52% -
HSV(B) 8.35º 0.93% 0.97% -
XYZ 39.56 22.01 2.69 -
YUV 104.55 78.6 229.6 -
System Red Green Blue C M Y K H S L
Decimal 247 49 17 0 0.80 0.93 0.03 8.35 0.93 0.52
Hex F7 31 11 0 50 5D 3 8 5D 34
Octal 367 61 21 0 120 135 3 10 135 64
Binary 11110111 110001 10001 0 1010000 1011101 11 1000 1011101 110100

Color Harmonies of #F73111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73111

Black with #F73111

Text Example


Text Example

White with #F73111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73111; }

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

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

background-color css

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

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

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

border-color css

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

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

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