Html Css Color HEX #F63313 Scarlet

📋 copy color: '#F63313'

red 246 ◦ green 51 ◦ blue 19

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

Shades of Scarlet #F63313

Tints of Scarlet #F63313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.14%

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

R = 77.85%
G = 16.14%
B = 6.01%

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

#F63313 (or 0xF63313) is known color: Scarlet. HEX triplet: F6, 33 and 13. RGB value is (246,51,19). Sum of RGB (Red+Green+Blue) = 246+51+19=316 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.85% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 246 - color contains mainly: red. Hex color #F63313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63313 is #09CCEC. Grayscale: #696969. Windows color (decimal): -642285 or 1258486. OLE color: 1258486.

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

Color convert

RGB 246 51 19 -
CMYK 0 0.79 0.92 0.04
HSL 8.46º 0.93% 0.52% -
HSV(B) 8.46º 0.92% 0.96% -
XYZ 39.31 22.01 2.79 -
YUV 105.66 79.1 228.1 -
System Red Green Blue C M Y K H S L
Decimal 246 51 19 0 0.79 0.92 0.04 8.46 0.93 0.52
Hex F6 33 13 0 4F 5C 4 8 5D 34
Octal 366 63 23 0 117 134 4 10 135 64
Binary 11110110 110011 10011 0 1001111 1011100 100 1000 1011101 110100

Color Harmonies of #F63313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63313

Black with #F63313

Text Example


Text Example

White with #F63313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63313; }

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

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

background-color css

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

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

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

border-color css

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

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

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