Html Css Color HEX #FF0708 Torch Red

📋 copy color: '#FF0708'

red 255 ◦ green 7 ◦ blue 8

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

Shades of Torch Red #FF0708

Tints of Torch Red #FF0708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.59%

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 94.44%
G = 2.59%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF0708 (or 0xFF0708) is known color: Torch Red. HEX triplet: FF, 07 and 08. RGB value is (255,7,8). Sum of RGB (Red+Green+Blue) = 255+7+8=270 (35% of max value = 765). Red value is 255 (100% from 255 or 94.44% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0708 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0708 is #00F8F7. Grayscale: #515151. Windows color (decimal): -63736 or 526335. OLE color: 526335.

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

Color convert

RGB 255 7 8 -
CMYK 0 0.97 0.97 0
HSL 359.76º 1% 0.51% -
HSV(B) 359.76º 0.97% 1% -
XYZ 41.36 21.43 2.19 -
YUV 81.27 86.66 251.92 -
System Red Green Blue C M Y K H S L
Decimal 255 7 8 0 0.97 0.97 0 359.76 1 0.51
Hex FF 7 8 0 61 61 0 168 64 33
Octal 377 7 10 0 141 141 0 550 144 63
Binary 11111111 111 1000 0 1100001 1100001 0 101101000 1100100 110011

Color Harmonies of #FF0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0708

Black with #FF0708

Text Example


Text Example

White with #FF0708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0708; }

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

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

background-color css

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

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

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

border-color css

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

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

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