Html Css Color HEX #F63514 Scarlet

📋 copy color: '#F63514'

red 246 ◦ green 53 ◦ blue 20

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

Shades of Scarlet #F63514

Tints of Scarlet #F63514

RGB

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

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

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

R = 77.12%
G = 16.61%
B = 6.27%

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

#F63514 (or 0xF63514) is known color: Scarlet. HEX triplet: F6, 35 and 14. RGB value is (246,53,20). Sum of RGB (Red+Green+Blue) = 246+53+20=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F63514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63514 is #09CAEB. Grayscale: #6B6B6B. Windows color (decimal): -641772 or 1324534. OLE color: 1324534.

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

Color convert

RGB 246 53 20 -
CMYK 0 0.78 0.92 0.04
HSL 8.76º 0.93% 0.52% -
HSV(B) 8.76º 0.92% 0.96% -
XYZ 39.41 22.19 2.87 -
YUV 106.95 78.94 227.18 -
System Red Green Blue C M Y K H S L
Decimal 246 53 20 0 0.78 0.92 0.04 8.76 0.93 0.52
Hex F6 35 14 0 4E 5C 4 9 5D 34
Octal 366 65 24 0 116 134 4 11 135 64
Binary 11110110 110101 10100 0 1001110 1011100 100 1001 1011101 110100

Color Harmonies of #F63514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63514

Black with #F63514

Text Example


Text Example

White with #F63514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63514; }

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

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

background-color css

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

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

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

border-color css

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

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

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