Html Css Color HEX #F72011 Scarlet

📋 copy color: '#F72011'

red 247 ◦ green 32 ◦ blue 17

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

Shades of Scarlet #F72011

Tints of Scarlet #F72011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 83.45%
G = 10.81%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F72011 (or 0xF72011) is known color: Scarlet. HEX triplet: F7, 20 and 11. RGB value is (247,32,17). Sum of RGB (Red+Green+Blue) = 247+32+17=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F72011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72011 is #08DFEE. Grayscale: #5E5E5E. Windows color (decimal): -581615 or 1122551. OLE color: 1122551.

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

Color convert

RGB 247 32 17 -
CMYK 0 0.87 0.93 0.03
HSL 3.91º 0.93% 0.52% -
HSV(B) 3.91º 0.93% 0.97% -
XYZ 38.98 20.85 2.5 -
YUV 94.58 84.23 236.72 -
System Red Green Blue C M Y K H S L
Decimal 247 32 17 0 0.87 0.93 0.03 3.91 0.93 0.52
Hex F7 20 11 0 57 5D 3 4 5D 34
Octal 367 40 21 0 127 135 3 4 135 64
Binary 11110111 100000 10001 0 1010111 1011101 11 100 1011101 110100

Color Harmonies of #F72011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72011

Black with #F72011

Text Example


Text Example

White with #F72011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72011; }

 p { color: rgb(247,32,17); }

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

background-color css

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

 a { background-color: rgb(247,32,17); }

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

border-color css

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

 span { border-color: rgb(247,32,17); }

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