Html Css Color HEX #FF0508 Torch Red

📋 copy color: '#FF0508'

red 255 ◦ green 5 ◦ blue 8

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

Shades of Torch Red #FF0508

Tints of Torch Red #FF0508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

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

R = 95.15%
G = 1.87%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF0508 (or 0xFF0508) is known color: Torch Red. HEX triplet: FF, 05 and 08. RGB value is (255,5,8). Sum of RGB (Red+Green+Blue) = 255+5+8=268 (35% of max value = 765). Red value is 255 (100% from 255 or 95.15% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0508 is #00FAF7. Grayscale: #505050. Windows color (decimal): -64248 or 525823. OLE color: 525823.

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

Color convert

RGB 255 5 8 -
CMYK 0 0.98 0.97 0
HSL 359.28º 1% 0.51% -
HSV(B) 359.28º 0.98% 1% -
XYZ 41.34 21.39 2.18 -
YUV 80.09 87.33 252.76 -
System Red Green Blue C M Y K H S L
Decimal 255 5 8 0 0.98 0.97 0 359.28 1 0.51
Hex FF 5 8 0 62 61 0 167 64 33
Octal 377 5 10 0 142 141 0 547 144 63
Binary 11111111 101 1000 0 1100010 1100001 0 101100111 1100100 110011

Color Harmonies of #FF0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0508

Black with #FF0508

Text Example


Text Example

White with #FF0508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0508; }

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

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

background-color css

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

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

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

border-color css

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

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

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