Html Css Color HEX #F73107 Scarlet

📋 copy color: '#F73107'

red 247 ◦ green 49 ◦ blue 7

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

Shades of Scarlet #F73107

Tints of Scarlet #F73107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.31%

R = 81.52%
G = 16.17%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F73107 (or 0xF73107) is known color: Scarlet. HEX triplet: F7, 31 and 07. RGB value is (247,49,7). Sum of RGB (Red+Green+Blue) = 247+49+7=303 (40% of max value = 765). Red value is 247 (96.88% from 255 or 81.52% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 247 - color contains mainly: red. Hex color #F73107 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73107 is #08CEF8. Grayscale: #676767. Windows color (decimal): -577273 or 471543. OLE color: 471543.

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

Color convert

RGB 247 49 7 -
CMYK 0 0.80 0.97 0.03
HSL 10.5º 0.94% 0.5% -
HSV(B) 10.5º 0.97% 0.97% -
XYZ 39.49 21.99 2.36 -
YUV 103.41 73.6 230.42 -
System Red Green Blue C M Y K H S L
Decimal 247 49 7 0 0.80 0.97 0.03 10.5 0.94 0.5
Hex F7 31 7 0 50 61 3 A 5E 32
Octal 367 61 7 0 120 141 3 12 136 62
Binary 11110111 110001 111 0 1010000 1100001 11 1010 1011110 110010

Color Harmonies of #F73107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73107

Black with #F73107

Text Example


Text Example

White with #F73107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73107; }

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

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

background-color css

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

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

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

border-color css

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

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

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