Html Css Color HEX #F62F14 Scarlet

📋 copy color: '#F62F14'

red 246 ◦ green 47 ◦ blue 20

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

Shades of Scarlet #F62F14

Tints of Scarlet #F62F14

RGB

 RED value IS 246 (96.48% from 255) = 78.59%

 GREEN value IS 47 (18.75% from 255) = 15.02%

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

R = 78.59%
G = 15.02%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F62F14 (or 0xF62F14) is known color: Scarlet. HEX triplet: F6, 2F and 14. RGB value is (246,47,20). Sum of RGB (Red+Green+Blue) = 246+47+20=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62F14 is #09D0EB. Grayscale: #676767. Windows color (decimal): -643308 or 1322998. OLE color: 1322998.

HSL color Cylindrical-coordinate representation of color #F62F14: hue angle of 7.17º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F62F14 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 47 20 -
CMYK 0 0.81 0.92 0.04
HSL 7.17º 0.93% 0.52% -
HSV(B) 7.17º 0.92% 0.96% -
XYZ 39.15 21.68 2.78 -
YUV 103.42 80.93 229.7 -
System Red Green Blue C M Y K H S L
Decimal 246 47 20 0 0.81 0.92 0.04 7.17 0.93 0.52
Hex F6 2F 14 0 51 5C 4 7 5D 34
Octal 366 57 24 0 121 134 4 7 135 64
Binary 11110110 101111 10100 0 1010001 1011100 100 111 1011101 110100

Color Harmonies of #F62F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62F14

Black with #F62F14

Text Example


Text Example

White with #F62F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62F14; }

 p { color: rgb(246,47,20); }

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

background-color css

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

 a { background-color: rgb(246,47,20); }

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

border-color css

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

 span { border-color: rgb(246,47,20); }

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