Html Css Color HEX #F71413 Scarlet

📋 copy color: '#F71413'

red 247 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #F71413

Tints of Scarlet #F71413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 86.36%
G = 6.99%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F71413 (or 0xF71413) is known color: Scarlet. HEX triplet: F7, 14 and 13. RGB value is (247,20,19). Sum of RGB (Red+Green+Blue) = 247+20+19=286 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.36% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 247 - color contains mainly: red. Hex color #F71413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71413 is #08EBEC. Grayscale: #575757. Windows color (decimal): -584685 or 1250551. OLE color: 1250551.

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

Color convert

RGB 247 20 19 -
CMYK 0 0.92 0.92 0.03
HSL 0.26º 0.93% 0.52% -
HSV(B) 0.26º 0.92% 0.97% -
XYZ 38.73 20.32 2.5 -
YUV 87.76 89.21 241.58 -
System Red Green Blue C M Y K H S L
Decimal 247 20 19 0 0.92 0.92 0.03 0.26 0.93 0.52
Hex F7 14 13 0 5C 5C 3 0 5D 34
Octal 367 24 23 0 134 134 3 0 135 64
Binary 11110111 10100 10011 0 1011100 1011100 11 0 1011101 110100

Color Harmonies of #F71413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71413

Black with #F71413

Text Example


Text Example

White with #F71413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71413; }

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

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

background-color css

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

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

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

border-color css

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

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

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