Html Css Color HEX #F71412 Scarlet

📋 copy color: '#F71412'

red 247 ◦ green 20 ◦ blue 18

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

Shades of Scarlet #F71412

Tints of Scarlet #F71412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.32%

R = 86.67%
G = 7.02%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F71412 (or 0xF71412) is known color: Scarlet. HEX triplet: F7, 14 and 12. RGB value is (247,20,18). Sum of RGB (Red+Green+Blue) = 247+20+18=285 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.67% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 247 - color contains mainly: red. Hex color #F71412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71412 is #08EBED. Grayscale: #575757. Windows color (decimal): -584686 or 1185015. OLE color: 1185015.

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

Color convert

RGB 247 20 18 -
CMYK 0 0.92 0.93 0.03
HSL 0.52º 0.93% 0.52% -
HSV(B) 0.52º 0.93% 0.97% -
XYZ 38.72 20.32 2.45 -
YUV 87.65 88.71 241.66 -
System Red Green Blue C M Y K H S L
Decimal 247 20 18 0 0.92 0.93 0.03 0.52 0.93 0.52
Hex F7 14 12 0 5C 5D 3 1 5D 34
Octal 367 24 22 0 134 135 3 1 135 64
Binary 11110111 10100 10010 0 1011100 1011101 11 1 1011101 110100

Color Harmonies of #F71412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71412

Black with #F71412

Text Example


Text Example

White with #F71412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71412; }

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

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

background-color css

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

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

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

border-color css

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

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

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