Html Css Color HEX #F8041B Torch Red

📋 copy color: '#F8041B'

red 248 ◦ green 4 ◦ blue 27

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

Shades of Torch Red #F8041B

Tints of Torch Red #F8041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 88.89%
G = 1.43%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8041B (or 0xF8041B) is known color: Torch Red. HEX triplet: F8, 04 and 1B. RGB value is (248,4,27). Sum of RGB (Red+Green+Blue) = 248+4+27=279 (36% of max value = 765). Red value is 248 (97.27% from 255 or 88.89% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 248 - color contains mainly: red. Hex color #F8041B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8041B is #07FBE4. Grayscale: #4F4F4F. Windows color (decimal): -523237 or 1770744. OLE color: 1770744.

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

Color convert

RGB 248 4 27 -
CMYK 0 0.98 0.89 0.03
HSL 354.34º 0.97% 0.49% -
HSV(B) 354.34º 0.98% 0.97% -
XYZ 38.95 20.12 2.87 -
YUV 79.58 98.34 248.13 -
System Red Green Blue C M Y K H S L
Decimal 248 4 27 0 0.98 0.89 0.03 354.34 0.97 0.49
Hex F8 4 1B 0 62 59 3 162 61 31
Octal 370 4 33 0 142 131 3 542 141 61
Binary 11111000 100 11011 0 1100010 1011001 11 101100010 1100001 110001

Color Harmonies of #F8041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8041B

Black with #F8041B

Text Example


Text Example

White with #F8041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8041B; }

 p { color: rgb(248,4,27); }

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

background-color css

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

 a { background-color: rgb(248,4,27); }

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

border-color css

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

 span { border-color: rgb(248,4,27); }

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