Html Css Color HEX #F71403 Scarlet

📋 copy color: '#F71403'

red 247 ◦ green 20 ◦ blue 3

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

Shades of Scarlet #F71403

Tints of Scarlet #F71403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 91.48%
G = 7.41%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F71403 (or 0xF71403) is known color: Scarlet. HEX triplet: F7, 14 and 03. RGB value is (247,20,3). Sum of RGB (Red+Green+Blue) = 247+20+3=270 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.48% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 247 - color contains mainly: red. Hex color #F71403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71403 is #08EBFC. Grayscale: #565656. Windows color (decimal): -584701 or 201975. OLE color: 201975.

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

Color convert

RGB 247 20 3 -
CMYK 0 0.92 0.99 0.03
HSL 4.18º 0.98% 0.49% -
HSV(B) 4.18º 0.99% 0.97% -
XYZ 38.62 20.28 1.97 -
YUV 85.94 81.21 242.88 -
System Red Green Blue C M Y K H S L
Decimal 247 20 3 0 0.92 0.99 0.03 4.18 0.98 0.49
Hex F7 14 3 0 5C 63 3 4 62 31
Octal 367 24 3 0 134 143 3 4 142 61
Binary 11110111 10100 11 0 1011100 1100011 11 100 1100010 110001

Color Harmonies of #F71403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71403

Black with #F71403

Text Example


Text Example

White with #F71403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71403; }

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

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

background-color css

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

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

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

border-color css

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

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

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