Html Css Color HEX #F73013 Scarlet

📋 copy color: '#F73013'

red 247 ◦ green 48 ◦ blue 19

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

Shades of Scarlet #F73013

Tints of Scarlet #F73013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

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

R = 78.66%
G = 15.29%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F73013 (or 0xF73013) is known color: Scarlet. HEX triplet: F7, 30 and 13. RGB value is (247,48,19). Sum of RGB (Red+Green+Blue) = 247+48+19=314 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.66% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 247 - color contains mainly: red. Hex color #F73013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73013 is #08CFEC. Grayscale: #686868. Windows color (decimal): -577517 or 1257719. OLE color: 1257719.

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

Color convert

RGB 247 48 19 -
CMYK 0 0.81 0.92 0.03
HSL 7.63º 0.93% 0.52% -
HSV(B) 7.63º 0.92% 0.97% -
XYZ 39.53 21.94 2.77 -
YUV 104.2 79.93 229.86 -
System Red Green Blue C M Y K H S L
Decimal 247 48 19 0 0.81 0.92 0.03 7.63 0.93 0.52
Hex F7 30 13 0 51 5C 3 8 5D 34
Octal 367 60 23 0 121 134 3 10 135 64
Binary 11110111 110000 10011 0 1010001 1011100 11 1000 1011101 110100

Color Harmonies of #F73013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73013

Black with #F73013

Text Example


Text Example

White with #F73013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73013; }

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

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

background-color css

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

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

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

border-color css

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

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

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