Html Css Color HEX #FF0008 Torch Red

📋 copy color: '#FF0008'

red 255 ◦ green 0 ◦ blue 8

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

Shades of Torch Red #FF0008

Tints of Torch Red #FF0008

RGB

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

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

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

R = 96.96%
G = 0%
B = 3.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF0008 (or 0xFF0008) is known color: Torch Red. HEX triplet: FF, 00 and 08. RGB value is (255,0,8). Sum of RGB (Red+Green+Blue) = 255+0+8=263 (34% of max value = 765). Red value is 255 (100% from 255 or 96.96% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0008 is #00FFF7. Grayscale: #4D4D4D. Windows color (decimal): -65528 or 524543. OLE color: 524543.

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

Color convert

RGB 255 0 8 -
CMYK 0 1 0.97 0
HSL 358.12º 1% 0.5% -
HSV(B) 358.12º 1% 1% -
XYZ 41.28 21.28 2.16 -
YUV 77.16 88.98 254.85 -
System Red Green Blue C M Y K H S L
Decimal 255 0 8 0 1 0.97 0 358.12 1 0.5
Hex FF 0 8 0 64 61 0 166 64 32
Octal 377 0 10 0 144 141 0 546 144 62
Binary 11111111 0 1000 0 1100100 1100001 0 101100110 1100100 110010

Color Harmonies of #FF0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0008

Black with #FF0008

Text Example


Text Example

White with #FF0008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0008; }

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

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

background-color css

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

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

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

border-color css

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

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

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