Html Css Color HEX #F71515 Scarlet

📋 copy color: '#F71515'

red 247 ◦ green 21 ◦ blue 21

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

Shades of Scarlet #F71515

Tints of Scarlet #F71515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.27%

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

R = 85.47%
G = 7.27%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F71515 (or 0xF71515) is known color: Scarlet. HEX triplet: F7, 15 and 15. RGB value is (247,21,21). Sum of RGB (Red+Green+Blue) = 247+21+21=289 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.47% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 247 - color contains mainly: red. Hex color #F71515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71515 is #08EAEA. Grayscale: #585858. Windows color (decimal): -584427 or 1381879. OLE color: 1381879.

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

Color convert

RGB 247 21 21 -
CMYK 0 0.91 0.91 0.03
HSL 0.93% 0.53% -
HSV(B) 0.91% 0.97% -
XYZ 38.76 20.36 2.6 -
YUV 88.57 89.87 241 -
System Red Green Blue C M Y K H S L
Decimal 247 21 21 0 0.91 0.91 0.03 0 0.93 0.53
Hex F7 15 15 0 5B 5B 3 0 5D 35
Octal 367 25 25 0 133 133 3 0 135 65
Binary 11110111 10101 10101 0 1011011 1011011 11 0 1011101 110101

Color Harmonies of #F71515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71515

Black with #F71515

Text Example


Text Example

White with #F71515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71515; }

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

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

background-color css

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

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

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

border-color css

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

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

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