Html Css Color HEX #F73614 Scarlet

📋 copy color: '#F73614'

red 247 ◦ green 54 ◦ blue 20

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

Shades of Scarlet #F73614

Tints of Scarlet #F73614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 76.95%
G = 16.82%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F73614 (or 0xF73614) is known color: Scarlet. HEX triplet: F7, 36 and 14. RGB value is (247,54,20). Sum of RGB (Red+Green+Blue) = 247+54+20=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F73614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73614 is #08C9EB. Grayscale: #6C6C6C. Windows color (decimal): -575980 or 1324791. OLE color: 1324791.

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

Color convert

RGB 247 54 20 -
CMYK 0 0.78 0.92 0.03
HSL 8.99º 0.93% 0.52% -
HSV(B) 8.99º 0.92% 0.97% -
XYZ 39.8 22.46 2.9 -
YUV 107.83 78.44 227.26 -
System Red Green Blue C M Y K H S L
Decimal 247 54 20 0 0.78 0.92 0.03 8.99 0.93 0.52
Hex F7 36 14 0 4E 5C 3 9 5D 34
Octal 367 66 24 0 116 134 3 11 135 64
Binary 11110111 110110 10100 0 1001110 1011100 11 1001 1011101 110100

Color Harmonies of #F73614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73614

Black with #F73614

Text Example


Text Example

White with #F73614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73614; }

 p { color: rgb(247,54,20); }

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

background-color css

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

 a { background-color: rgb(247,54,20); }

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

border-color css

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

 span { border-color: rgb(247,54,20); }

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