Html Css Color HEX #F8011D Torch Red

📋 copy color: '#F8011D'

red 248 ◦ green 1 ◦ blue 29

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

Shades of Torch Red #F8011D

Tints of Torch Red #F8011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 89.21%
G = 0.36%
B = 10.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8011D (or 0xF8011D) is known color: Torch Red. HEX triplet: F8, 01 and 1D. RGB value is (248,1,29). Sum of RGB (Red+Green+Blue) = 248+1+29=278 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.21% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 248 - color contains mainly: red. Hex color #F8011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8011D is #07FEE2. Grayscale: #4E4E4E. Windows color (decimal): -524003 or 1901048. OLE color: 1901048.

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

Color convert

RGB 248 1 29 -
CMYK 0 1.00 0.88 0.03
HSL 353.2º 0.99% 0.49% -
HSV(B) 353.2º 1% 0.97% -
XYZ 38.94 20.07 2.98 -
YUV 78.05 100.33 249.22 -
System Red Green Blue C M Y K H S L
Decimal 248 1 29 0 1.00 0.88 0.03 353.2 0.99 0.49
Hex F8 1 1D 0 64 58 3 161 63 31
Octal 370 1 35 0 144 130 3 541 143 61
Binary 11111000 1 11101 0 1100100 1011000 11 101100001 1100011 110001

Color Harmonies of #F8011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8011D

Black with #F8011D

Text Example


Text Example

White with #F8011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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