Html Css Color HEX #F63207 Scarlet

📋 copy color: '#F63207'

red 246 ◦ green 50 ◦ blue 7

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

Shades of Scarlet #F63207

Tints of Scarlet #F63207

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

 BLUE value IS 7 (3.13% from 255) = 2.31%

R = 81.19%
G = 16.5%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F63207 (or 0xF63207) is known color: Scarlet. HEX triplet: F6, 32 and 07. RGB value is (246,50,7). Sum of RGB (Red+Green+Blue) = 246+50+7=303 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.19% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 246 - color contains mainly: red. Hex color #F63207 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63207 is #09CDF8. Grayscale: #686868. Windows color (decimal): -642553 or 471798. OLE color: 471798.

HSL color Cylindrical-coordinate representation of color #F63207: hue angle of 10.79º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F63207 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 50 7 -
CMYK 0 0.80 0.97 0.04
HSL 10.79º 0.94% 0.5% -
HSV(B) 10.79º 0.97% 0.96% -
XYZ 39.18 21.89 2.36 -
YUV 103.7 73.43 229.5 -
System Red Green Blue C M Y K H S L
Decimal 246 50 7 0 0.80 0.97 0.04 10.79 0.94 0.5
Hex F6 32 7 0 50 61 4 B 5E 32
Octal 366 62 7 0 120 141 4 13 136 62
Binary 11110110 110010 111 0 1010000 1100001 100 1011 1011110 110010

Color Harmonies of #F63207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63207

Black with #F63207

Text Example


Text Example

White with #F63207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63207; }

 p { color: rgb(246,50,7); }

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

background-color css

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

 a { background-color: rgb(246,50,7); }

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

border-color css

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

 span { border-color: rgb(246,50,7); }

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