Html Css Color HEX #FF080A Torch Red

📋 copy color: '#FF080A'

red 255 ◦ green 8 ◦ blue 10

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

Shades of Torch Red #FF080A

Tints of Torch Red #FF080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.66%

R = 93.41%
G = 2.93%
B = 3.66%

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

#FF080A (or 0xFF080A) is known color: Torch Red. HEX triplet: FF, 08 and 0A. RGB value is (255,8,10). Sum of RGB (Red+Green+Blue) = 255+8+10=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF080A is #00F7F5. Grayscale: #525252. Windows color (decimal): -63478 or 657663. OLE color: 657663.

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

Color convert

RGB 255 8 10 -
CMYK 0 0.97 0.96 0
HSL 359.51º 1% 0.52% -
HSV(B) 359.51º 0.97% 1% -
XYZ 41.38 21.46 2.25 -
YUV 82.08 87.33 251.34 -
System Red Green Blue C M Y K H S L
Decimal 255 8 10 0 0.97 0.96 0 359.51 1 0.52
Hex FF 8 A 0 61 60 0 168 64 34
Octal 377 10 12 0 141 140 0 550 144 64
Binary 11111111 1000 1010 0 1100001 1100000 0 101101000 1100100 110100

Color Harmonies of #FF080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF080A

Black with #FF080A

Text Example


Text Example

White with #FF080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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