Html Css Color HEX #F63014 Scarlet

📋 copy color: '#F63014'

red 246 ◦ green 48 ◦ blue 20

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

Shades of Scarlet #F63014

Tints of Scarlet #F63014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

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

R = 78.34%
G = 15.29%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F63014 (or 0xF63014) is known color: Scarlet. HEX triplet: F6, 30 and 14. RGB value is (246,48,20). Sum of RGB (Red+Green+Blue) = 246+48+20=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F63014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63014 is #09CFEB. Grayscale: #686868. Windows color (decimal): -643052 or 1323254. OLE color: 1323254.

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

Color convert

RGB 246 48 20 -
CMYK 0 0.80 0.92 0.04
HSL 7.43º 0.93% 0.52% -
HSV(B) 7.43º 0.92% 0.96% -
XYZ 39.19 21.76 2.8 -
YUV 104.01 80.6 229.28 -
System Red Green Blue C M Y K H S L
Decimal 246 48 20 0 0.80 0.92 0.04 7.43 0.93 0.52
Hex F6 30 14 0 50 5C 4 7 5D 34
Octal 366 60 24 0 120 134 4 7 135 64
Binary 11110110 110000 10100 0 1010000 1011100 100 111 1011101 110100

Color Harmonies of #F63014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63014

Black with #F63014

Text Example


Text Example

White with #F63014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63014; }

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

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

background-color css

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

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

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

border-color css

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

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

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