Html Css Color HEX #F6291C Scarlet

📋 copy color: '#F6291C'

red 246 ◦ green 41 ◦ blue 28

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

Shades of Scarlet #F6291C

Tints of Scarlet #F6291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.02%

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

R = 78.1%
G = 13.02%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6291C (or 0xF6291C) is known color: Scarlet. HEX triplet: F6, 29 and 1C. RGB value is (246,41,28). Sum of RGB (Red+Green+Blue) = 246+41+28=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F6291C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6291C is #09D6E3. Grayscale: #656565. Windows color (decimal): -644836 or 1845750. OLE color: 1845750.

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

Color convert

RGB 246 41 28 -
CMYK 0 0.83 0.89 0.04
HSL 3.58º 0.92% 0.54% -
HSV(B) 3.58º 0.89% 0.96% -
XYZ 39.01 21.26 3.15 -
YUV 100.81 86.92 231.56 -
System Red Green Blue C M Y K H S L
Decimal 246 41 28 0 0.83 0.89 0.04 3.58 0.92 0.54
Hex F6 29 1C 0 53 59 4 4 5C 36
Octal 366 51 34 0 123 131 4 4 134 66
Binary 11110110 101001 11100 0 1010011 1011001 100 100 1011100 110110

Color Harmonies of #F6291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6291C

Black with #F6291C

Text Example


Text Example

White with #F6291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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