Html Css Color HEX #F71C15 Scarlet

📋 copy color: '#F71C15'

red 247 ◦ green 28 ◦ blue 21

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

Shades of Scarlet #F71C15

Tints of Scarlet #F71C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 83.45%
G = 9.46%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F71C15 (or 0xF71C15) is known color: Scarlet. HEX triplet: F7, 1C and 15. RGB value is (247,28,21). Sum of RGB (Red+Green+Blue) = 247+28+21=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71C15 is #08E3EA. Grayscale: #5C5C5C. Windows color (decimal): -582635 or 1383671. OLE color: 1383671.

HSL color Cylindrical-coordinate representation of color #F71C15: hue angle of 1.86º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71C15 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 28 21 -
CMYK 0 0.89 0.91 0.03
HSL 1.86º 0.93% 0.53% -
HSV(B) 1.86º 0.91% 0.97% -
XYZ 38.91 20.66 2.65 -
YUV 92.68 87.55 238.07 -
System Red Green Blue C M Y K H S L
Decimal 247 28 21 0 0.89 0.91 0.03 1.86 0.93 0.53
Hex F7 1C 15 0 59 5B 3 2 5D 35
Octal 367 34 25 0 131 133 3 2 135 65
Binary 11110111 11100 10101 0 1011001 1011011 11 10 1011101 110101

Color Harmonies of #F71C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C15

Black with #F71C15

Text Example


Text Example

White with #F71C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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