Html Css Color HEX #F63312 Scarlet

📋 copy color: '#F63312'

red 246 ◦ green 51 ◦ blue 18

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

Shades of Scarlet #F63312

Tints of Scarlet #F63312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 78.1%
G = 16.19%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F63312 (or 0xF63312) is known color: Scarlet. HEX triplet: F6, 33 and 12. RGB value is (246,51,18). Sum of RGB (Red+Green+Blue) = 246+51+18=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F63312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63312 is #09CCED. Grayscale: #696969. Windows color (decimal): -642286 or 1192950. OLE color: 1192950.

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

Color convert

RGB 246 51 18 -
CMYK 0 0.79 0.93 0.04
HSL 8.68º 0.93% 0.52% -
HSV(B) 8.68º 0.93% 0.96% -
XYZ 39.3 22 2.75 -
YUV 105.54 78.6 228.18 -
System Red Green Blue C M Y K H S L
Decimal 246 51 18 0 0.79 0.93 0.04 8.68 0.93 0.52
Hex F6 33 12 0 4F 5D 4 9 5D 34
Octal 366 63 22 0 117 135 4 11 135 64
Binary 11110110 110011 10010 0 1001111 1011101 100 1001 1011101 110100

Color Harmonies of #F63312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63312

Black with #F63312

Text Example


Text Example

White with #F63312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63312; }

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

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

background-color css

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

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

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

border-color css

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

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

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