Html Css Color HEX #F6201C Scarlet

📋 copy color: '#F6201C'

red 246 ◦ green 32 ◦ blue 28

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

Shades of Scarlet #F6201C

Tints of Scarlet #F6201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.46%

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 80.39%
G = 10.46%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6201C (or 0xF6201C) is known color: Scarlet. HEX triplet: F6, 20 and 1C. RGB value is (246,32,28). Sum of RGB (Red+Green+Blue) = 246+32+28=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F6201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6201C is #09DFE3. Grayscale: #5F5F5F. Windows color (decimal): -647140 or 1843446. OLE color: 1843446.

HSL color Cylindrical-coordinate representation of color #F6201C: hue angle of 1.1º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6201C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 32 28 -
CMYK 0 0.87 0.89 0.04
HSL 1.1º 0.92% 0.54% -
HSV(B) 1.1º 0.89% 0.96% -
XYZ 38.73 20.71 3.05 -
YUV 95.53 89.9 235.33 -
System Red Green Blue C M Y K H S L
Decimal 246 32 28 0 0.87 0.89 0.04 1.1 0.92 0.54
Hex F6 20 1C 0 57 59 4 1 5C 36
Octal 366 40 34 0 127 131 4 1 134 66
Binary 11110110 100000 11100 0 1010111 1011001 100 1 1011100 110110

Color Harmonies of #F6201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6201C

Black with #F6201C

Text Example


Text Example

White with #F6201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6201C; }

 p { color: rgb(246,32,28); }

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

background-color css

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

 a { background-color: rgb(246,32,28); }

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

border-color css

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

 span { border-color: rgb(246,32,28); }

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