Html Css Color HEX #F72120 Scarlet

📋 copy color: '#F72120'

red 247 ◦ green 33 ◦ blue 32

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

Shades of Scarlet #F72120

Tints of Scarlet #F72120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 79.17%
G = 10.58%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F72120 (or 0xF72120) is known color: Scarlet. HEX triplet: F7, 21 and 20. RGB value is (247,33,32). Sum of RGB (Red+Green+Blue) = 247+33+32=312 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.17% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 247 - color contains mainly: red. Hex color #F72120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72120 is #08DEDF. Grayscale: #616161. Windows color (decimal): -581344 or 2105847. OLE color: 2105847.

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

Color convert

RGB 247 33 32 -
CMYK 0 0.87 0.87 0.03
HSL 0.28º 0.93% 0.55% -
HSV(B) 0.28º 0.87% 0.97% -
XYZ 39.16 20.97 3.35 -
YUV 96.87 91.4 235.08 -
System Red Green Blue C M Y K H S L
Decimal 247 33 32 0 0.87 0.87 0.03 0.28 0.93 0.55
Hex F7 21 20 0 57 57 3 0 5D 37
Octal 367 41 40 0 127 127 3 0 135 67
Binary 11110111 100001 100000 0 1010111 1010111 11 0 1011101 110111

Color Harmonies of #F72120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72120

Black with #F72120

Text Example


Text Example

White with #F72120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72120; }

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

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

background-color css

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

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

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

border-color css

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

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

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