Html Css Color HEX #F63413 Scarlet

📋 copy color: '#F63413'

red 246 ◦ green 52 ◦ blue 19

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

Shades of Scarlet #F63413

Tints of Scarlet #F63413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

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

R = 77.6%
G = 16.4%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F63413 (or 0xF63413) is known color: Scarlet. HEX triplet: F6, 34 and 13. RGB value is (246,52,19). Sum of RGB (Red+Green+Blue) = 246+52+19=317 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.60% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 246 - color contains mainly: red. Hex color #F63413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63413 is #09CBEC. Grayscale: #6A6A6A. Windows color (decimal): -642029 or 1258742. OLE color: 1258742.

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

Color convert

RGB 246 52 19 -
CMYK 0 0.79 0.92 0.04
HSL 8.72º 0.93% 0.52% -
HSV(B) 8.72º 0.92% 0.96% -
XYZ 39.35 22.1 2.81 -
YUV 106.24 78.77 227.68 -
System Red Green Blue C M Y K H S L
Decimal 246 52 19 0 0.79 0.92 0.04 8.72 0.93 0.52
Hex F6 34 13 0 4F 5C 4 9 5D 34
Octal 366 64 23 0 117 134 4 11 135 64
Binary 11110110 110100 10011 0 1001111 1011100 100 1001 1011101 110100

Color Harmonies of #F63413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63413

Black with #F63413

Text Example


Text Example

White with #F63413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63413; }

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

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

background-color css

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

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

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

border-color css

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

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

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