Html Css Color HEX #FF050A Torch Red

📋 copy color: '#FF050A'

red 255 ◦ green 5 ◦ blue 10

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

Shades of Torch Red #FF050A

Tints of Torch Red #FF050A

RGB

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

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

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

R = 94.44%
G = 1.85%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF050A (or 0xFF050A) is known color: Torch Red. HEX triplet: FF, 05 and 0A. RGB value is (255,5,10). Sum of RGB (Red+Green+Blue) = 255+5+10=270 (35% of max value = 765). Red value is 255 (100% from 255 or 94.44% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 255 - color contains mainly: red. Hex color #FF050A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF050A is #00FAF5. Grayscale: #505050. Windows color (decimal): -64246 or 656895. OLE color: 656895.

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

Color convert

RGB 255 5 10 -
CMYK 0 0.98 0.96 0
HSL 358.8º 1% 0.51% -
HSV(B) 358.8º 0.98% 1% -
XYZ 41.35 21.39 2.24 -
YUV 80.32 88.33 252.59 -
System Red Green Blue C M Y K H S L
Decimal 255 5 10 0 0.98 0.96 0 358.8 1 0.51
Hex FF 5 A 0 62 60 0 167 64 33
Octal 377 5 12 0 142 140 0 547 144 63
Binary 11111111 101 1010 0 1100010 1100000 0 101100111 1100100 110011

Color Harmonies of #FF050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF050A

Black with #FF050A

Text Example


Text Example

White with #FF050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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