Html Css Color HEX #F71400 Scarlet

📋 copy color: '#F71400'

red 247 ◦ green 20 ◦ blue 0

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

Shades of Scarlet #F71400

Tints of Scarlet #F71400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.51%
G = 7.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F71400 (or 0xF71400) is known color: Scarlet. HEX triplet: F7, 14 and 00. RGB value is (247,20,0). Sum of RGB (Red+Green+Blue) = 247+20+0=267 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.51% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 247 - color contains mainly: red. Hex color #F71400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71400 is #08EBFF. Grayscale: #555555. Windows color (decimal): -584704 or 5367. OLE color: 5367.

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

Color convert

RGB 247 20 0 -
CMYK 0 0.92 1 0.03
HSL 4.86º 1% 0.48% -
HSV(B) 4.86º 1% 0.97% -
XYZ 38.61 20.27 1.88 -
YUV 85.59 79.71 243.13 -
System Red Green Blue C M Y K H S L
Decimal 247 20 0 0 0.92 1 0.03 4.86 1 0.48
Hex F7 14 0 0 5C 64 3 5 64 30
Octal 367 24 0 0 134 144 3 5 144 60
Binary 11110111 10100 0 0 1011100 1100100 11 101 1100100 110000

Color Harmonies of #F71400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71400

Black with #F71400

Text Example


Text Example

White with #F71400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71400; }

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

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

background-color css

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

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

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

border-color css

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

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

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