Html Css Color HEX #F63513 Scarlet

📋 copy color: '#F63513'

red 246 ◦ green 53 ◦ blue 19

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

Shades of Scarlet #F63513

Tints of Scarlet #F63513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

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

R = 77.36%
G = 16.67%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F63513 (or 0xF63513) is known color: Scarlet. HEX triplet: F6, 35 and 13. RGB value is (246,53,19). Sum of RGB (Red+Green+Blue) = 246+53+19=318 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.36% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 246 - color contains mainly: red. Hex color #F63513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63513 is #09CAEC. Grayscale: #6B6B6B. Windows color (decimal): -641773 or 1258998. OLE color: 1258998.

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

Color convert

RGB 246 53 19 -
CMYK 0 0.78 0.92 0.04
HSL 8.99º 0.93% 0.52% -
HSV(B) 8.99º 0.92% 0.96% -
XYZ 39.4 22.19 2.82 -
YUV 106.83 78.44 227.26 -
System Red Green Blue C M Y K H S L
Decimal 246 53 19 0 0.78 0.92 0.04 8.99 0.93 0.52
Hex F6 35 13 0 4E 5C 4 9 5D 34
Octal 366 65 23 0 116 134 4 11 135 64
Binary 11110110 110101 10011 0 1001110 1011100 100 1001 1011101 110100

Color Harmonies of #F63513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63513

Black with #F63513

Text Example


Text Example

White with #F63513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63513; }

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

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

background-color css

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

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

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

border-color css

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

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

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