Html Css Color HEX #F73513 Scarlet

📋 copy color: '#F73513'

red 247 ◦ green 53 ◦ blue 19

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

Shades of Scarlet #F73513

Tints of Scarlet #F73513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

 BLUE value IS 19 (7.81% from 255) = 5.96%

R = 77.43%
G = 16.61%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F73513 (or 0xF73513) is known color: Scarlet. HEX triplet: F7, 35 and 13. RGB value is (247,53,19). Sum of RGB (Red+Green+Blue) = 247+53+19=319 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.43% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 247 - color contains mainly: red. Hex color #F73513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73513 is #08CAEC. Grayscale: #6B6B6B. Windows color (decimal): -576237 or 1258999. OLE color: 1258999.

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

Color convert

RGB 247 53 19 -
CMYK 0 0.79 0.92 0.03
HSL 8.95º 0.93% 0.52% -
HSV(B) 8.95º 0.92% 0.97% -
XYZ 39.75 22.37 2.84 -
YUV 107.13 78.27 227.76 -
System Red Green Blue C M Y K H S L
Decimal 247 53 19 0 0.79 0.92 0.03 8.95 0.93 0.52
Hex F7 35 13 0 4F 5C 3 9 5D 34
Octal 367 65 23 0 117 134 3 11 135 64
Binary 11110111 110101 10011 0 1001111 1011100 11 1001 1011101 110100

Color Harmonies of #F73513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73513

Black with #F73513

Text Example


Text Example

White with #F73513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73513; }

 p { color: rgb(247,53,19); }

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

background-color css

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

 a { background-color: rgb(247,53,19); }

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

border-color css

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

 span { border-color: rgb(247,53,19); }

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