Html Css Color HEX #F63118 Scarlet

📋 copy color: '#F63118'

red 246 ◦ green 49 ◦ blue 24

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

Shades of Scarlet #F63118

Tints of Scarlet #F63118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.52%

R = 77.12%
G = 15.36%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F63118 (or 0xF63118) is known color: Scarlet. HEX triplet: F6, 31 and 18. RGB value is (246,49,24). Sum of RGB (Red+Green+Blue) = 246+49+24=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F63118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63118 is #09CEE7. Grayscale: #696969. Windows color (decimal): -642792 or 1585654. OLE color: 1585654.

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

Color convert

RGB 246 49 24 -
CMYK 0 0.80 0.90 0.04
HSL 6.76º 0.93% 0.53% -
HSV(B) 6.76º 0.9% 0.96% -
XYZ 39.27 21.86 3.01 -
YUV 105.05 82.27 228.53 -
System Red Green Blue C M Y K H S L
Decimal 246 49 24 0 0.80 0.90 0.04 6.76 0.93 0.53
Hex F6 31 18 0 50 5A 4 7 5C 35
Octal 366 61 30 0 120 132 4 7 134 65
Binary 11110110 110001 11000 0 1010000 1011010 100 111 1011100 110101

Color Harmonies of #F63118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63118

Black with #F63118

Text Example


Text Example

White with #F63118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63118; }

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

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

background-color css

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

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

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

border-color css

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

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

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