Html Css Color HEX #F8001B Torch Red

📋 copy color: '#F8001B'

red 248 ◦ green 0 ◦ blue 27

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

Shades of Torch Red #F8001B

Tints of Torch Red #F8001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.18%
G = 0%
B = 9.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8001B (or 0xF8001B) is known color: Torch Red. HEX triplet: F8, 00 and 1B. RGB value is (248,0,27). Sum of RGB (Red+Green+Blue) = 248+0+27=275 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.18% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 248 - color contains mainly: red. Hex color #F8001B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8001B is #07FFE4. Grayscale: #4D4D4D. Windows color (decimal): -524261 or 1769720. OLE color: 1769720.

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

Color convert

RGB 248 0 27 -
CMYK 0 1 0.89 0.03
HSL 353.47º 1% 0.49% -
HSV(B) 353.47º 1% 0.97% -
XYZ 38.91 20.04 2.85 -
YUV 77.23 99.66 249.8 -
System Red Green Blue C M Y K H S L
Decimal 248 0 27 0 1 0.89 0.03 353.47 1 0.49
Hex F8 0 1B 0 64 59 3 161 64 31
Octal 370 0 33 0 144 131 3 541 144 61
Binary 11111000 0 11011 0 1100100 1011001 11 101100001 1100100 110001

Color Harmonies of #F8001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8001B

Black with #F8001B

Text Example


Text Example

White with #F8001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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