Html Css Color HEX #F71307 Scarlet

📋 copy color: '#F71307'

red 247 ◦ green 19 ◦ blue 7

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

Shades of Scarlet #F71307

Tints of Scarlet #F71307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 90.48%
G = 6.96%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F71307 (or 0xF71307) is known color: Scarlet. HEX triplet: F7, 13 and 07. RGB value is (247,19,7). Sum of RGB (Red+Green+Blue) = 247+19+7=273 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.48% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 247 - color contains mainly: red. Hex color #F71307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71307 is #08ECF8. Grayscale: #565656. Windows color (decimal): -584953 or 463863. OLE color: 463863.

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

Color convert

RGB 247 19 7 -
CMYK 0 0.92 0.97 0.03
HSL 0.94% 0.5% -
HSV(B) 0.97% 0.97% -
XYZ 38.63 20.26 2.07 -
YUV 85.8 83.54 242.98 -
System Red Green Blue C M Y K H S L
Decimal 247 19 7 0 0.92 0.97 0.03 3 0.94 0.5
Hex F7 13 7 0 5C 61 3 3 5E 32
Octal 367 23 7 0 134 141 3 3 136 62
Binary 11110111 10011 111 0 1011100 1100001 11 11 1011110 110010

Color Harmonies of #F71307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71307

Black with #F71307

Text Example


Text Example

White with #F71307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71307; }

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

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

background-color css

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

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

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

border-color css

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

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

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