Html Css Color HEX #F8291C Scarlet

📋 copy color: '#F8291C'

red 248 ◦ green 41 ◦ blue 28

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

Shades of Scarlet #F8291C

Tints of Scarlet #F8291C

RGB

 RED value IS 248 (97.27% from 255) = 78.23%

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

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

R = 78.23%
G = 12.93%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8291C (or 0xF8291C) is known color: Scarlet. HEX triplet: F8, 29 and 1C. RGB value is (248,41,28). Sum of RGB (Red+Green+Blue) = 248+41+28=317 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.23% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 248 - color contains mainly: red. Hex color #F8291C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8291C is #07D6E3. Grayscale: #656565. Windows color (decimal): -513764 or 1845752. OLE color: 1845752.

HSL color Cylindrical-coordinate representation of color #F8291C: hue angle of 3.55º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8291C is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 41 28 -
CMYK 0 0.83 0.89 0.03
HSL 3.55º 0.94% 0.54% -
HSV(B) 3.55º 0.89% 0.97% -
XYZ 39.71 21.63 3.18 -
YUV 101.41 86.58 232.56 -
System Red Green Blue C M Y K H S L
Decimal 248 41 28 0 0.83 0.89 0.03 3.55 0.94 0.54
Hex F8 29 1C 0 53 59 3 4 5E 36
Octal 370 51 34 0 123 131 3 4 136 66
Binary 11111000 101001 11100 0 1010011 1011001 11 100 1011110 110110

Color Harmonies of #F8291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8291C

Black with #F8291C

Text Example


Text Example

White with #F8291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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