Html Css Color HEX #F72501 Scarlet

📋 copy color: '#F72501'

red 247 ◦ green 37 ◦ blue 1

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

Shades of Scarlet #F72501

Tints of Scarlet #F72501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

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

R = 86.67%
G = 12.98%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F72501 (or 0xF72501) is known color: Scarlet. HEX triplet: F7, 25 and 01. RGB value is (247,37,1). Sum of RGB (Red+Green+Blue) = 247+37+1=285 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.67% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 247 - color contains mainly: red. Hex color #F72501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72501 is #08DAFE. Grayscale: #606060. Windows color (decimal): -580351 or 75255. OLE color: 75255.

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

Color convert

RGB 247 37 1 -
CMYK 0 0.85 1.00 0.03
HSL 8.78º 0.99% 0.49% -
HSV(B) 8.78º 1% 0.97% -
XYZ 39.02 21.1 2.04 -
YUV 95.69 74.57 235.93 -
System Red Green Blue C M Y K H S L
Decimal 247 37 1 0 0.85 1.00 0.03 8.78 0.99 0.49
Hex F7 25 1 0 55 64 3 9 63 31
Octal 367 45 1 0 125 144 3 11 143 61
Binary 11110111 100101 1 0 1010101 1100100 11 1001 1100011 110001

Color Harmonies of #F72501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72501

Black with #F72501

Text Example


Text Example

White with #F72501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72501; }

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

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

background-color css

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

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

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

border-color css

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

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

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