Html Css Color HEX #F71F1E Scarlet

📋 copy color: '#F71F1E'

red 247 ◦ green 31 ◦ blue 30

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

Shades of Scarlet #F71F1E

Tints of Scarlet #F71F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.06%

 BLUE value IS 30 (12.11% from 255) = 9.74%

R = 80.19%
G = 10.06%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F71F1E (or 0xF71F1E) is known color: Scarlet. HEX triplet: F7, 1F and 1E. RGB value is (247,31,30). Sum of RGB (Red+Green+Blue) = 247+31+30=308 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.19% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F71F1E is #08E0E1. Grayscale: #5F5F5F. Windows color (decimal): -581858 or 1974263. OLE color: 1974263.

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

Color convert

RGB 247 31 30 -
CMYK 0 0.87 0.88 0.03
HSL 0.28º 0.93% 0.54% -
HSV(B) 0.28º 0.88% 0.97% -
XYZ 39.08 20.85 3.19 -
YUV 95.47 91.06 236.08 -
System Red Green Blue C M Y K H S L
Decimal 247 31 30 0 0.87 0.88 0.03 0.28 0.93 0.54
Hex F7 1F 1E 0 57 58 3 0 5D 36
Octal 367 37 36 0 127 130 3 0 135 66
Binary 11110111 11111 11110 0 1010111 1011000 11 0 1011101 110110

Color Harmonies of #F71F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F1E

Black with #F71F1E

Text Example


Text Example

White with #F71F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F1E; }

 p { color: rgb(247,31,30); }

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

background-color css

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

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

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

border-color css

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

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

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