Html Css Color HEX #F71200 Scarlet

📋 copy color: '#F71200'

red 247 ◦ green 18 ◦ blue 0

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

Shades of Scarlet #F71200

Tints of Scarlet #F71200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

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

R = 93.21%
G = 6.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F71200 (or 0xF71200) is known color: Scarlet. HEX triplet: F7, 12 and 00. RGB value is (247,18,0). Sum of RGB (Red+Green+Blue) = 247+18+0=265 (35% of max value = 765). Red value is 247 (96.88% from 255 or 93.21% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 247 - color contains mainly: red. Hex color #F71200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71200 is #08EDFF. Grayscale: #545454. Windows color (decimal): -585216 or 4855. OLE color: 4855.

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

Color convert

RGB 247 18 0 -
CMYK 0 0.93 1 0.03
HSL 4.37º 1% 0.48% -
HSV(B) 4.37º 1% 0.97% -
XYZ 38.57 20.21 1.87 -
YUV 84.42 80.37 243.96 -
System Red Green Blue C M Y K H S L
Decimal 247 18 0 0 0.93 1 0.03 4.37 1 0.48
Hex F7 12 0 0 5D 64 3 4 64 30
Octal 367 22 0 0 135 144 3 4 144 60
Binary 11110111 10010 0 0 1011101 1100100 11 100 1100100 110000

Color Harmonies of #F71200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71200

Black with #F71200

Text Example


Text Example

White with #F71200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71200; }

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

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

background-color css

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

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

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

border-color css

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

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

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