Html Css Color HEX #F73114 Scarlet

📋 copy color: '#F73114'

red 247 ◦ green 49 ◦ blue 20

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

Shades of Scarlet #F73114

Tints of Scarlet #F73114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 78.16%
G = 15.51%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F73114 (or 0xF73114) is known color: Scarlet. HEX triplet: F7, 31 and 14. RGB value is (247,49,20). Sum of RGB (Red+Green+Blue) = 247+49+20=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F73114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73114 is #08CEEB. Grayscale: #696969. Windows color (decimal): -577260 or 1323511. OLE color: 1323511.

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

Color convert

RGB 247 49 20 -
CMYK 0 0.80 0.92 0.03
HSL 7.67º 0.93% 0.52% -
HSV(B) 7.67º 0.92% 0.97% -
XYZ 39.58 22.02 2.83 -
YUV 104.9 80.1 229.36 -
System Red Green Blue C M Y K H S L
Decimal 247 49 20 0 0.80 0.92 0.03 7.67 0.93 0.52
Hex F7 31 14 0 50 5C 3 8 5D 34
Octal 367 61 24 0 120 134 3 10 135 64
Binary 11110111 110001 10100 0 1010000 1011100 11 1000 1011101 110100

Color Harmonies of #F73114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73114

Black with #F73114

Text Example


Text Example

White with #F73114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73114; }

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

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

background-color css

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

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

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

border-color css

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

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

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