Html Css Color HEX #F71404 Scarlet

📋 copy color: '#F71404'

red 247 ◦ green 20 ◦ blue 4

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

Shades of Scarlet #F71404

Tints of Scarlet #F71404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 91.14%
G = 7.38%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F71404 (or 0xF71404) is known color: Scarlet. HEX triplet: F7, 14 and 04. RGB value is (247,20,4). Sum of RGB (Red+Green+Blue) = 247+20+4=271 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.14% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 247 - color contains mainly: red. Hex color #F71404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71404 is #08EBFB. Grayscale: #565656. Windows color (decimal): -584700 or 267511. OLE color: 267511.

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

Color convert

RGB 247 20 4 -
CMYK 0 0.92 0.98 0.03
HSL 3.95º 0.97% 0.49% -
HSV(B) 3.95º 0.98% 0.97% -
XYZ 38.63 20.28 1.99 -
YUV 86.05 81.71 242.8 -
System Red Green Blue C M Y K H S L
Decimal 247 20 4 0 0.92 0.98 0.03 3.95 0.97 0.49
Hex F7 14 4 0 5C 62 3 4 61 31
Octal 367 24 4 0 134 142 3 4 141 61
Binary 11110111 10100 100 0 1011100 1100010 11 100 1100001 110001

Color Harmonies of #F71404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71404

Black with #F71404

Text Example


Text Example

White with #F71404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71404; }

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

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

background-color css

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

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

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

border-color css

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

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

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