Html Css Color HEX #F71D15 Scarlet

📋 copy color: '#F71D15'

red 247 ◦ green 29 ◦ blue 21

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

Shades of Scarlet #F71D15

Tints of Scarlet #F71D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.76%

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

R = 83.16%
G = 9.76%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F71D15 (or 0xF71D15) is known color: Scarlet. HEX triplet: F7, 1D and 15. RGB value is (247,29,21). Sum of RGB (Red+Green+Blue) = 247+29+21=297 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.16% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 247 - color contains mainly: red. Hex color #F71D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71D15 is #08E2EA. Grayscale: #5D5D5D. Windows color (decimal): -582379 or 1383927. OLE color: 1383927.

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

Color convert

RGB 247 29 21 -
CMYK 0 0.88 0.91 0.03
HSL 2.12º 0.93% 0.53% -
HSV(B) 2.12º 0.91% 0.97% -
XYZ 38.93 20.71 2.65 -
YUV 93.27 87.22 237.65 -
System Red Green Blue C M Y K H S L
Decimal 247 29 21 0 0.88 0.91 0.03 2.12 0.93 0.53
Hex F7 1D 15 0 58 5B 3 2 5D 35
Octal 367 35 25 0 130 133 3 2 135 65
Binary 11110111 11101 10101 0 1011000 1011011 11 10 1011101 110101

Color Harmonies of #F71D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71D15

Black with #F71D15

Text Example


Text Example

White with #F71D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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