Html Css Color HEX #F71C14 Scarlet

📋 copy color: '#F71C14'

red 247 ◦ green 28 ◦ blue 20

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

Shades of Scarlet #F71C14

Tints of Scarlet #F71C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 83.73%
G = 9.49%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F71C14 (or 0xF71C14) is known color: Scarlet. HEX triplet: F7, 1C and 14. RGB value is (247,28,20). Sum of RGB (Red+Green+Blue) = 247+28+20=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71C14 is #08E3EB. Grayscale: #5C5C5C. Windows color (decimal): -582636 or 1318135. OLE color: 1318135.

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

Color convert

RGB 247 28 20 -
CMYK 0 0.89 0.92 0.03
HSL 2.11º 0.93% 0.52% -
HSV(B) 2.11º 0.92% 0.97% -
XYZ 38.9 20.66 2.6 -
YUV 92.57 87.05 238.15 -
System Red Green Blue C M Y K H S L
Decimal 247 28 20 0 0.89 0.92 0.03 2.11 0.93 0.52
Hex F7 1C 14 0 59 5C 3 2 5D 34
Octal 367 34 24 0 131 134 3 2 135 64
Binary 11110111 11100 10100 0 1011001 1011100 11 10 1011101 110100

Color Harmonies of #F71C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C14

Black with #F71C14

Text Example


Text Example

White with #F71C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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