Html Css Color HEX #F73411 Scarlet

📋 copy color: '#F73411'

red 247 ◦ green 52 ◦ blue 17

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

Shades of Scarlet #F73411

Tints of Scarlet #F73411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

 BLUE value IS 17 (7.03% from 255) = 5.38%

R = 78.16%
G = 16.46%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F73411 (or 0xF73411) is known color: Scarlet. HEX triplet: F7, 34 and 11. RGB value is (247,52,17). Sum of RGB (Red+Green+Blue) = 247+52+17=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F73411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73411 is #08CBEE. Grayscale: #6A6A6A. Windows color (decimal): -576495 or 1127671. OLE color: 1127671.

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

Color convert

RGB 247 52 17 -
CMYK 0 0.79 0.93 0.03
HSL 9.13º 0.93% 0.52% -
HSV(B) 9.13º 0.93% 0.97% -
XYZ 39.69 22.27 2.74 -
YUV 106.32 77.6 228.35 -
System Red Green Blue C M Y K H S L
Decimal 247 52 17 0 0.79 0.93 0.03 9.13 0.93 0.52
Hex F7 34 11 0 4F 5D 3 9 5D 34
Octal 367 64 21 0 117 135 3 11 135 64
Binary 11110111 110100 10001 0 1001111 1011101 11 1001 1011101 110100

Color Harmonies of #F73411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73411

Black with #F73411

Text Example


Text Example

White with #F73411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73411; }

 p { color: rgb(247,52,17); }

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

background-color css

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

 a { background-color: rgb(247,52,17); }

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

border-color css

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

 span { border-color: rgb(247,52,17); }

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