Html Css Color HEX #FF070A Torch Red

📋 copy color: '#FF070A'

red 255 ◦ green 7 ◦ blue 10

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

Shades of Torch Red #FF070A

Tints of Torch Red #FF070A

RGB

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

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

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

R = 93.75%
G = 2.57%
B = 3.68%

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

#FF070A (or 0xFF070A) is known color: Torch Red. HEX triplet: FF, 07 and 0A. RGB value is (255,7,10). Sum of RGB (Red+Green+Blue) = 255+7+10=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF070A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF070A is #00F8F5. Grayscale: #515151. Windows color (decimal): -63734 or 657407. OLE color: 657407.

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

Color convert

RGB 255 7 10 -
CMYK 0 0.97 0.96 0
HSL 359.27º 1% 0.51% -
HSV(B) 359.27º 0.97% 1% -
XYZ 41.37 21.43 2.24 -
YUV 81.49 87.66 251.76 -
System Red Green Blue C M Y K H S L
Decimal 255 7 10 0 0.97 0.96 0 359.27 1 0.51
Hex FF 7 A 0 61 60 0 167 64 33
Octal 377 7 12 0 141 140 0 547 144 63
Binary 11111111 111 1010 0 1100001 1100000 0 101100111 1100100 110011

Color Harmonies of #FF070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF070A

Black with #FF070A

Text Example


Text Example

White with #FF070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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