Html Css Color HEX #FF080B Torch Red

📋 copy color: '#FF080B'

red 255 ◦ green 8 ◦ blue 11

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

Shades of Torch Red #FF080B

Tints of Torch Red #FF080B

RGB

 RED value IS 255 (100% from 255) = 93.07%

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 93.07%
G = 2.92%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF080B (or 0xFF080B) is known color: Torch Red. HEX triplet: FF, 08 and 0B. RGB value is (255,8,11). Sum of RGB (Red+Green+Blue) = 255+8+11=274 (36% of max value = 765). Red value is 255 (100% from 255 or 93.07% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 255 - color contains mainly: red. Hex color #FF080B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF080B is #00F7F4. Grayscale: #525252. Windows color (decimal): -63477 or 723199. OLE color: 723199.

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

Color convert

RGB 255 8 11 -
CMYK 0 0.97 0.96 0
HSL 359.27º 1% 0.52% -
HSV(B) 359.27º 0.97% 1% -
XYZ 41.39 21.46 2.28 -
YUV 82.2 87.83 251.26 -
System Red Green Blue C M Y K H S L
Decimal 255 8 11 0 0.97 0.96 0 359.27 1 0.52
Hex FF 8 B 0 61 60 0 167 64 34
Octal 377 10 13 0 141 140 0 547 144 64
Binary 11111111 1000 1011 0 1100001 1100000 0 101100111 1100100 110100

Color Harmonies of #FF080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF080B

Black with #FF080B

Text Example


Text Example

White with #FF080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF080B; }

 p { color: rgb(255,8,11); }

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

background-color css

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

 a { background-color: rgb(255,8,11); }

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

border-color css

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

 span { border-color: rgb(255,8,11); }

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