Html Css Color HEX #F72301 Scarlet

📋 copy color: '#F72301'

red 247 ◦ green 35 ◦ blue 1

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

Shades of Scarlet #F72301

Tints of Scarlet #F72301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

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

R = 87.28%
G = 12.37%
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

#F72301 (or 0xF72301) is known color: Scarlet. HEX triplet: F7, 23 and 01. RGB value is (247,35,1). Sum of RGB (Red+Green+Blue) = 247+35+1=283 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.28% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 247 - color contains mainly: red. Hex color #F72301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72301 is #08DCFE. Grayscale: #5E5E5E. Windows color (decimal): -580863 or 74743. OLE color: 74743.

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

Color convert

RGB 247 35 1 -
CMYK 0 0.86 1.00 0.03
HSL 8.29º 0.99% 0.49% -
HSV(B) 8.29º 1% 0.97% -
XYZ 38.96 20.98 2.02 -
YUV 94.51 75.24 236.76 -
System Red Green Blue C M Y K H S L
Decimal 247 35 1 0 0.86 1.00 0.03 8.29 0.99 0.49
Hex F7 23 1 0 56 64 3 8 63 31
Octal 367 43 1 0 126 144 3 10 143 61
Binary 11110111 100011 1 0 1010110 1100100 11 1000 1100011 110001

Color Harmonies of #F72301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72301

Black with #F72301

Text Example


Text Example

White with #F72301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72301; }

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

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

background-color css

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

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

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

border-color css

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

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

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