Html Css Color HEX #F72201 Scarlet

📋 copy color: '#F72201'

red 247 ◦ green 34 ◦ blue 1

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

Shades of Scarlet #F72201

Tints of Scarlet #F72201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 87.59%
G = 12.06%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F72201 (or 0xF72201) is known color: Scarlet. HEX triplet: F7, 22 and 01. RGB value is (247,34,1). Sum of RGB (Red+Green+Blue) = 247+34+1=282 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.59% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 247 - color contains mainly: red. Hex color #F72201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72201 is #08DDFE. Grayscale: #5E5E5E. Windows color (decimal): -581119 or 74487. OLE color: 74487.

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

Color convert

RGB 247 34 1 -
CMYK 0 0.86 1.00 0.03
HSL 8.05º 0.99% 0.49% -
HSV(B) 8.05º 1% 0.97% -
XYZ 38.94 20.92 2.01 -
YUV 93.93 75.57 237.18 -
System Red Green Blue C M Y K H S L
Decimal 247 34 1 0 0.86 1.00 0.03 8.05 0.99 0.49
Hex F7 22 1 0 56 64 3 8 63 31
Octal 367 42 1 0 126 144 3 10 143 61
Binary 11110111 100010 1 0 1010110 1100100 11 1000 1100011 110001

Color Harmonies of #F72201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72201

Black with #F72201

Text Example


Text Example

White with #F72201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72201; }

 p { color: rgb(247,34,1); }

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

background-color css

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

 a { background-color: rgb(247,34,1); }

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

border-color css

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

 span { border-color: rgb(247,34,1); }

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