Html Css Color HEX #FD161D Torch Red

📋 copy color: '#FD161D'

red 253 ◦ green 22 ◦ blue 29

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

Shades of Torch Red #FD161D

Tints of Torch Red #FD161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.24%

 BLUE value IS 29 (11.72% from 255) = 9.54%

R = 83.22%
G = 7.24%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD161D (or 0xFD161D) is known color: Torch Red. HEX triplet: FD, 16 and 1D. RGB value is (253,22,29). Sum of RGB (Red+Green+Blue) = 253+22+29=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD161D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD161D is #02E9E2. Grayscale: #5C5C5C. Windows color (decimal): -190947 or 1906429. OLE color: 1906429.

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

Color convert

RGB 253 22 29 -
CMYK 0 0.91 0.89 0.01
HSL 358.18º 0.98% 0.54% -
HSV(B) 358.18º 0.91% 0.99% -
XYZ 41.02 21.55 3.16 -
YUV 91.87 92.53 242.93 -
System Red Green Blue C M Y K H S L
Decimal 253 22 29 0 0.91 0.89 0.01 358.18 0.98 0.54
Hex FD 16 1D 0 5B 59 1 166 62 36
Octal 375 26 35 0 133 131 1 546 142 66
Binary 11111101 10110 11101 0 1011011 1011001 1 101100110 1100010 110110

Color Harmonies of #FD161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD161D

Black with #FD161D

Text Example


Text Example

White with #FD161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD161D; }

 p { color: rgb(253,22,29); }

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

background-color css

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

 a { background-color: rgb(253,22,29); }

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

border-color css

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

 span { border-color: rgb(253,22,29); }

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