Html Css Color HEX #F73412 Scarlet

📋 copy color: '#F73412'

red 247 ◦ green 52 ◦ blue 18

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

Shades of Scarlet #F73412

Tints of Scarlet #F73412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 77.92%
G = 16.4%
B = 5.68%

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

#F73412 (or 0xF73412) is known color: Scarlet. HEX triplet: F7, 34 and 12. RGB value is (247,52,18). Sum of RGB (Red+Green+Blue) = 247+52+18=317 (41% of max value = 765). Red value is 247 (96.88% from 255 or 77.92% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 247 - color contains mainly: red. Hex color #F73412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73412 is #08CBED. Grayscale: #6A6A6A. Windows color (decimal): -576494 or 1193207. OLE color: 1193207.

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

Color convert

RGB 247 52 18 -
CMYK 0 0.79 0.93 0.03
HSL 8.91º 0.93% 0.52% -
HSV(B) 8.91º 0.93% 0.97% -
XYZ 39.69 22.27 2.78 -
YUV 106.43 78.1 228.26 -
System Red Green Blue C M Y K H S L
Decimal 247 52 18 0 0.79 0.93 0.03 8.91 0.93 0.52
Hex F7 34 12 0 4F 5D 3 9 5D 34
Octal 367 64 22 0 117 135 3 11 135 64
Binary 11110111 110100 10010 0 1001111 1011101 11 1001 1011101 110100

Color Harmonies of #F73412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73412

Black with #F73412

Text Example


Text Example

White with #F73412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73412; }

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

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

background-color css

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

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

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

border-color css

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

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

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