Html Css Color HEX #F71F00 Scarlet

📋 copy color: '#F71F00'

red 247 ◦ green 31 ◦ blue 0

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

Shades of Scarlet #F71F00

Tints of Scarlet #F71F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.85%
G = 11.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F71F00 (or 0xF71F00) is known color: Scarlet. HEX triplet: F7, 1F and 00. RGB value is (247,31,0). Sum of RGB (Red+Green+Blue) = 247+31+0=278 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.85% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71F00 is #08E0FF. Grayscale: #5C5C5C. Windows color (decimal): -581888 or 8183. OLE color: 8183.

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

Color convert

RGB 247 31 0 -
CMYK 0 0.87 1 0.03
HSL 7.53º 1% 0.48% -
HSV(B) 7.53º 1% 0.97% -
XYZ 38.85 20.75 1.96 -
YUV 92.05 76.06 238.52 -
System Red Green Blue C M Y K H S L
Decimal 247 31 0 0 0.87 1 0.03 7.53 1 0.48
Hex F7 1F 0 0 57 64 3 8 64 30
Octal 367 37 0 0 127 144 3 10 144 60
Binary 11110111 11111 0 0 1010111 1100100 11 1000 1100100 110000

Color Harmonies of #F71F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F00

Black with #F71F00

Text Example


Text Example

White with #F71F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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