Html Css Color HEX #FF0710 Torch Red

📋 copy color: '#FF0710'

red 255 ◦ green 7 ◦ blue 16

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

Shades of Torch Red #FF0710

Tints of Torch Red #FF0710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 91.73%
G = 2.52%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF0710 (or 0xFF0710) is known color: Torch Red. HEX triplet: FF, 07 and 10. RGB value is (255,7,16). Sum of RGB (Red+Green+Blue) = 255+7+16=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0710 is #00F8EF. Grayscale: #525252. Windows color (decimal): -63728 or 1050623. OLE color: 1050623.

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

Color convert

RGB 255 7 16 -
CMYK 0 0.97 0.94 0
HSL 357.82º 1% 0.51% -
HSV(B) 357.82º 0.97% 1% -
XYZ 41.41 21.45 2.45 -
YUV 82.18 90.66 251.27 -
System Red Green Blue C M Y K H S L
Decimal 255 7 16 0 0.97 0.94 0 357.82 1 0.51
Hex FF 7 10 0 61 5E 0 166 64 33
Octal 377 7 20 0 141 136 0 546 144 63
Binary 11111111 111 10000 0 1100001 1011110 0 101100110 1100100 110011

Color Harmonies of #FF0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0710

Black with #FF0710

Text Example


Text Example

White with #FF0710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0710; }

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

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

background-color css

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

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

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

border-color css

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

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

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