Html Css Color HEX #F72013 Scarlet

📋 copy color: '#F72013'

red 247 ◦ green 32 ◦ blue 19

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

Shades of Scarlet #F72013

Tints of Scarlet #F72013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.74%

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

R = 82.89%
G = 10.74%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F72013 (or 0xF72013) is known color: Scarlet. HEX triplet: F7, 20 and 13. RGB value is (247,32,19). Sum of RGB (Red+Green+Blue) = 247+32+19=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F72013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72013 is #08DFEC. Grayscale: #5F5F5F. Windows color (decimal): -581613 or 1253623. OLE color: 1253623.

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

Color convert

RGB 247 32 19 -
CMYK 0 0.87 0.92 0.03
HSL 3.42º 0.93% 0.52% -
HSV(B) 3.42º 0.92% 0.97% -
XYZ 38.99 20.85 2.59 -
YUV 94.8 85.23 236.56 -
System Red Green Blue C M Y K H S L
Decimal 247 32 19 0 0.87 0.92 0.03 3.42 0.93 0.52
Hex F7 20 13 0 57 5C 3 3 5D 34
Octal 367 40 23 0 127 134 3 3 135 64
Binary 11110111 100000 10011 0 1010111 1011100 11 11 1011101 110100

Color Harmonies of #F72013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72013

Black with #F72013

Text Example


Text Example

White with #F72013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72013; }

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

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

background-color css

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

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

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

border-color css

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

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

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