Html Css Color HEX #F62014 Scarlet

📋 copy color: '#F62014'

red 246 ◦ green 32 ◦ blue 20

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

Shades of Scarlet #F62014

Tints of Scarlet #F62014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.74%

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

R = 82.55%
G = 10.74%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F62014 (or 0xF62014) is known color: Scarlet. HEX triplet: F6, 20 and 14. RGB value is (246,32,20). Sum of RGB (Red+Green+Blue) = 246+32+20=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F62014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62014 is #09DFEB. Grayscale: #5E5E5E. Windows color (decimal): -647148 or 1319158. OLE color: 1319158.

HSL color Cylindrical-coordinate representation of color #F62014: hue angle of 3.19º 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 #F62014 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 32 20 -
CMYK 0 0.87 0.92 0.04
HSL 3.19º 0.93% 0.52% -
HSV(B) 3.19º 0.92% 0.96% -
XYZ 38.65 20.68 2.62 -
YUV 94.62 85.9 235.98 -
System Red Green Blue C M Y K H S L
Decimal 246 32 20 0 0.87 0.92 0.04 3.19 0.93 0.52
Hex F6 20 14 0 57 5C 4 3 5D 34
Octal 366 40 24 0 127 134 4 3 135 64
Binary 11110110 100000 10100 0 1010111 1011100 100 11 1011101 110100

Color Harmonies of #F62014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62014

Black with #F62014

Text Example


Text Example

White with #F62014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62014; }

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

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

background-color css

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

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

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

border-color css

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

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

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