Html Css Color HEX #F8041D Torch Red

📋 copy color: '#F8041D'

red 248 ◦ green 4 ◦ blue 29

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

Shades of Torch Red #F8041D

Tints of Torch Red #F8041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.32%

R = 88.26%
G = 1.42%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8041D (or 0xF8041D) is known color: Torch Red. HEX triplet: F8, 04 and 1D. RGB value is (248,4,29). Sum of RGB (Red+Green+Blue) = 248+4+29=281 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.26% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 248 - color contains mainly: red. Hex color #F8041D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8041D is #07FBE2. Grayscale: #4F4F4F. Windows color (decimal): -523235 or 1901816. OLE color: 1901816.

HSL color Cylindrical-coordinate representation of color #F8041D: hue angle of 353.85º 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 #F8041D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 4 29 -
CMYK 0 0.98 0.88 0.03
HSL 353.85º 0.97% 0.49% -
HSV(B) 353.85º 0.98% 0.97% -
XYZ 38.98 20.13 2.99 -
YUV 79.81 99.34 247.97 -
System Red Green Blue C M Y K H S L
Decimal 248 4 29 0 0.98 0.88 0.03 353.85 0.97 0.49
Hex F8 4 1D 0 62 58 3 162 61 31
Octal 370 4 35 0 142 130 3 542 141 61
Binary 11111000 100 11101 0 1100010 1011000 11 101100010 1100001 110001

Color Harmonies of #F8041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8041D

Black with #F8041D

Text Example


Text Example

White with #F8041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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