Html Css Color HEX #F63113 Scarlet

📋 copy color: '#F63113'

red 246 ◦ green 49 ◦ blue 19

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

Shades of Scarlet #F63113

Tints of Scarlet #F63113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

 BLUE value IS 19 (7.81% from 255) = 6.05%

R = 78.34%
G = 15.61%
B = 6.05%

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

#F63113 (or 0xF63113) is known color: Scarlet. HEX triplet: F6, 31 and 13. RGB value is (246,49,19). Sum of RGB (Red+Green+Blue) = 246+49+19=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F63113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63113 is #09CEEC. Grayscale: #686868. Windows color (decimal): -642797 or 1257974. OLE color: 1257974.

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

Color convert

RGB 246 49 19 -
CMYK 0 0.80 0.92 0.04
HSL 7.93º 0.93% 0.52% -
HSV(B) 7.93º 0.92% 0.96% -
XYZ 39.22 21.84 2.76 -
YUV 104.48 79.77 228.94 -
System Red Green Blue C M Y K H S L
Decimal 246 49 19 0 0.80 0.92 0.04 7.93 0.93 0.52
Hex F6 31 13 0 50 5C 4 8 5D 34
Octal 366 61 23 0 120 134 4 10 135 64
Binary 11110110 110001 10011 0 1010000 1011100 100 1000 1011101 110100

Color Harmonies of #F63113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63113

Black with #F63113

Text Example


Text Example

White with #F63113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63113; }

 p { color: rgb(246,49,19); }

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

background-color css

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

 a { background-color: rgb(246,49,19); }

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

border-color css

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

 span { border-color: rgb(246,49,19); }

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