Html Css Color HEX #F71A07 Scarlet

📋 copy color: '#F71A07'

red 247 ◦ green 26 ◦ blue 7

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

Shades of Scarlet #F71A07

Tints of Scarlet #F71A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.29%

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

R = 88.21%
G = 9.29%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F71A07 (or 0xF71A07) is known color: Scarlet. HEX triplet: F7, 1A and 07. RGB value is (247,26,7). Sum of RGB (Red+Green+Blue) = 247+26+7=280 (37% of max value = 765). Red value is 247 (96.88% from 255 or 88.21% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71A07 is #08E5F8. Grayscale: #5A5A5A. Windows color (decimal): -583161 or 465655. OLE color: 465655.

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

Color convert

RGB 247 26 7 -
CMYK 0 0.89 0.97 0.03
HSL 4.75º 0.94% 0.5% -
HSV(B) 4.75º 0.97% 0.97% -
XYZ 38.77 20.53 2.12 -
YUV 89.91 81.22 240.04 -
System Red Green Blue C M Y K H S L
Decimal 247 26 7 0 0.89 0.97 0.03 4.75 0.94 0.5
Hex F7 1A 7 0 59 61 3 5 5E 32
Octal 367 32 7 0 131 141 3 5 136 62
Binary 11110111 11010 111 0 1011001 1100001 11 101 1011110 110010

Color Harmonies of #F71A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71A07

Black with #F71A07

Text Example


Text Example

White with #F71A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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