Html Css Color HEX #F63111 Scarlet

📋 copy color: '#F63111'

red 246 ◦ green 49 ◦ blue 17

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

Shades of Scarlet #F63111

Tints of Scarlet #F63111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.45%

R = 78.85%
G = 15.71%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F63111 (or 0xF63111) is known color: Scarlet. HEX triplet: F6, 31 and 11. RGB value is (246,49,17). Sum of RGB (Red+Green+Blue) = 246+49+17=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F63111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63111 is #09CEEE. Grayscale: #686868. Windows color (decimal): -642799 or 1126902. OLE color: 1126902.

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

Color convert

RGB 246 49 17 -
CMYK 0 0.80 0.93 0.04
HSL 8.38º 0.93% 0.52% -
HSV(B) 8.38º 0.93% 0.96% -
XYZ 39.21 21.83 2.68 -
YUV 104.26 78.77 229.1 -
System Red Green Blue C M Y K H S L
Decimal 246 49 17 0 0.80 0.93 0.04 8.38 0.93 0.52
Hex F6 31 11 0 50 5D 4 8 5D 34
Octal 366 61 21 0 120 135 4 10 135 64
Binary 11110110 110001 10001 0 1010000 1011101 100 1000 1011101 110100

Color Harmonies of #F63111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63111

Black with #F63111

Text Example


Text Example

White with #F63111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63111; }

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

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

background-color css

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

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

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

border-color css

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

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

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