Html Css Color HEX #F73116 Scarlet

📋 copy color: '#F73116'

red 247 ◦ green 49 ◦ blue 22

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

Shades of Scarlet #F73116

Tints of Scarlet #F73116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.92%

R = 77.67%
G = 15.41%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F73116 (or 0xF73116) is known color: Scarlet. HEX triplet: F7, 31 and 16. RGB value is (247,49,22). Sum of RGB (Red+Green+Blue) = 247+49+22=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F73116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73116 is #08CEE9. Grayscale: #696969. Windows color (decimal): -577258 or 1454583. OLE color: 1454583.

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

Color convert

RGB 247 49 22 -
CMYK 0 0.80 0.91 0.03
HSL 7.2º 0.93% 0.53% -
HSV(B) 7.2º 0.91% 0.97% -
XYZ 39.6 22.03 2.92 -
YUV 105.12 81.1 229.2 -
System Red Green Blue C M Y K H S L
Decimal 247 49 22 0 0.80 0.91 0.03 7.2 0.93 0.53
Hex F7 31 16 0 50 5B 3 7 5D 35
Octal 367 61 26 0 120 133 3 7 135 65
Binary 11110111 110001 10110 0 1010000 1011011 11 111 1011101 110101

Color Harmonies of #F73116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73116

Black with #F73116

Text Example


Text Example

White with #F73116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73116; }

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

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

background-color css

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

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

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

border-color css

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

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

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