Html Css Color HEX #F73217 Scarlet

📋 copy color: '#F73217'

red 247 ◦ green 50 ◦ blue 23

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

Shades of Scarlet #F73217

Tints of Scarlet #F73217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 23 (9.38% from 255) = 7.19%

R = 77.19%
G = 15.63%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F73217 (or 0xF73217) is known color: Scarlet. HEX triplet: F7, 32 and 17. RGB value is (247,50,23). Sum of RGB (Red+Green+Blue) = 247+50+23=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F73217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73217 is #08CDE8. Grayscale: #6A6A6A. Windows color (decimal): -577001 or 1520375. OLE color: 1520375.

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

Color convert

RGB 247 50 23 -
CMYK 0 0.80 0.91 0.03
HSL 7.23º 0.93% 0.53% -
HSV(B) 7.23º 0.91% 0.97% -
XYZ 39.65 22.12 2.99 -
YUV 105.83 81.27 228.7 -
System Red Green Blue C M Y K H S L
Decimal 247 50 23 0 0.80 0.91 0.03 7.23 0.93 0.53
Hex F7 32 17 0 50 5B 3 7 5D 35
Octal 367 62 27 0 120 133 3 7 135 65
Binary 11110111 110010 10111 0 1010000 1011011 11 111 1011101 110101

Color Harmonies of #F73217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73217

Black with #F73217

Text Example


Text Example

White with #F73217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73217; }

 p { color: rgb(247,50,23); }

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

background-color css

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

 a { background-color: rgb(247,50,23); }

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

border-color css

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

 span { border-color: rgb(247,50,23); }

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