Html Css Color HEX #F71308 Scarlet

📋 copy color: '#F71308'

red 247 ◦ green 19 ◦ blue 8

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

Shades of Scarlet #F71308

Tints of Scarlet #F71308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.92%

R = 90.15%
G = 6.93%
B = 2.92%

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

#F71308 (or 0xF71308) is known color: Scarlet. HEX triplet: F7, 13 and 08. RGB value is (247,19,8). Sum of RGB (Red+Green+Blue) = 247+19+8=274 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.15% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 247 - color contains mainly: red. Hex color #F71308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71308 is #08ECF7. Grayscale: #565656. Windows color (decimal): -584952 or 529399. OLE color: 529399.

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

Color convert

RGB 247 19 8 -
CMYK 0 0.92 0.97 0.03
HSL 2.76º 0.94% 0.5% -
HSV(B) 2.76º 0.97% 0.97% -
XYZ 38.63 20.26 2.1 -
YUV 85.92 84.04 242.89 -
System Red Green Blue C M Y K H S L
Decimal 247 19 8 0 0.92 0.97 0.03 2.76 0.94 0.5
Hex F7 13 8 0 5C 61 3 3 5E 32
Octal 367 23 10 0 134 141 3 3 136 62
Binary 11110111 10011 1000 0 1011100 1100001 11 11 1011110 110010

Color Harmonies of #F71308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71308

Black with #F71308

Text Example


Text Example

White with #F71308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71308; }

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

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

background-color css

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

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

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

border-color css

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

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

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