Html Css Color HEX #F73418 Scarlet

📋 copy color: '#F73418'

red 247 ◦ green 52 ◦ blue 24

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

Shades of Scarlet #F73418

Tints of Scarlet #F73418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.43%

R = 76.47%
G = 16.1%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F73418 (or 0xF73418) is known color: Scarlet. HEX triplet: F7, 34 and 18. RGB value is (247,52,24). Sum of RGB (Red+Green+Blue) = 247+52+24=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F73418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73418 is #08CBE7. Grayscale: #6B6B6B. Windows color (decimal): -576488 or 1586423. OLE color: 1586423.

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

Color convert

RGB 247 52 24 -
CMYK 0 0.79 0.90 0.03
HSL 7.53º 0.93% 0.53% -
HSV(B) 7.53º 0.9% 0.97% -
XYZ 39.75 22.3 3.07 -
YUV 107.11 81.1 227.78 -
System Red Green Blue C M Y K H S L
Decimal 247 52 24 0 0.79 0.90 0.03 7.53 0.93 0.53
Hex F7 34 18 0 4F 5A 3 8 5D 35
Octal 367 64 30 0 117 132 3 10 135 65
Binary 11110111 110100 11000 0 1001111 1011010 11 1000 1011101 110101

Color Harmonies of #F73418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73418

Black with #F73418

Text Example


Text Example

White with #F73418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73418; }

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

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

background-color css

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

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

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

border-color css

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

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

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