Html Css Color HEX #FD0710 Torch Red

📋 copy color: '#FD0710'

red 253 ◦ green 7 ◦ blue 16

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

Shades of Torch Red #FD0710

Tints of Torch Red #FD0710

RGB

 RED value IS 253 (99.22% from 255) = 91.67%

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

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

R = 91.67%
G = 2.54%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD0710 (or 0xFD0710) is known color: Torch Red. HEX triplet: FD, 07 and 10. RGB value is (253,7,16). Sum of RGB (Red+Green+Blue) = 253+7+16=276 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.67% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0710 is #02F8EF. Grayscale: #515151. Windows color (decimal): -194800 or 1050621. OLE color: 1050621.

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

Color convert

RGB 253 7 16 -
CMYK 0 0.97 0.94 0.01
HSL 357.8º 0.98% 0.51% -
HSV(B) 357.8º 0.97% 0.99% -
XYZ 40.68 21.07 2.41 -
YUV 81.58 91 250.27 -
System Red Green Blue C M Y K H S L
Decimal 253 7 16 0 0.97 0.94 0.01 357.8 0.98 0.51
Hex FD 7 10 0 61 5E 1 166 62 33
Octal 375 7 20 0 141 136 1 546 142 63
Binary 11111101 111 10000 0 1100001 1011110 1 101100110 1100010 110011

Color Harmonies of #FD0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0710

Black with #FD0710

Text Example


Text Example

White with #FD0710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0710; }

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

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

background-color css

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

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

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

border-color css

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

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

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