Html Css Color HEX #FF080F Torch Red

📋 copy color: '#FF080F'

red 255 ◦ green 8 ◦ blue 15

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

Shades of Torch Red #FF080F

Tints of Torch Red #FF080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 91.73%
G = 2.88%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF080F (or 0xFF080F) is known color: Torch Red. HEX triplet: FF, 08 and 0F. RGB value is (255,8,15). Sum of RGB (Red+Green+Blue) = 255+8+15=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF080F is #00F7F0. Grayscale: #525252. Windows color (decimal): -63473 or 985343. OLE color: 985343.

HSL color Cylindrical-coordinate representation of color #FF080F: hue angle of 358.3º 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 #FF080F is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 255 8 15 -
CMYK 0 0.97 0.94 0
HSL 358.3º 1% 0.52% -
HSV(B) 358.3º 0.97% 1% -
XYZ 41.41 21.47 2.41 -
YUV 82.65 89.83 250.93 -
System Red Green Blue C M Y K H S L
Decimal 255 8 15 0 0.97 0.94 0 358.3 1 0.52
Hex FF 8 F 0 61 5E 0 166 64 34
Octal 377 10 17 0 141 136 0 546 144 64
Binary 11111111 1000 1111 0 1100001 1011110 0 101100110 1100100 110100

Color Harmonies of #FF080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF080F

Black with #FF080F

Text Example


Text Example

White with #FF080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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