Html Css Color HEX #F73314 Scarlet

📋 copy color: '#F73314'

red 247 ◦ green 51 ◦ blue 20

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

Shades of Scarlet #F73314

Tints of Scarlet #F73314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

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

R = 77.67%
G = 16.04%
B = 6.29%

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

#F73314 (or 0xF73314) is known color: Scarlet. HEX triplet: F7, 33 and 14. RGB value is (247,51,20). Sum of RGB (Red+Green+Blue) = 247+51+20=318 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.67% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 247 - color contains mainly: red. Hex color #F73314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73314 is #08CCEB. Grayscale: #6A6A6A. Windows color (decimal): -576748 or 1324023. OLE color: 1324023.

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

Color convert

RGB 247 51 20 -
CMYK 0 0.79 0.92 0.03
HSL 8.19º 0.93% 0.52% -
HSV(B) 8.19º 0.92% 0.97% -
XYZ 39.67 22.19 2.85 -
YUV 106.07 79.43 228.52 -
System Red Green Blue C M Y K H S L
Decimal 247 51 20 0 0.79 0.92 0.03 8.19 0.93 0.52
Hex F7 33 14 0 4F 5C 3 8 5D 34
Octal 367 63 24 0 117 134 3 10 135 64
Binary 11110111 110011 10100 0 1001111 1011100 11 1000 1011101 110100

Color Harmonies of #F73314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73314

Black with #F73314

Text Example


Text Example

White with #F73314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73314; }

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

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

background-color css

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

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

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

border-color css

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

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

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