Html Css Color HEX #FD172A Torch Red

📋 copy color: '#FD172A'

red 253 ◦ green 23 ◦ blue 42

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

Shades of Torch Red #FD172A

Tints of Torch Red #FD172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.23%

 BLUE value IS 42 (16.8% from 255) = 13.21%

R = 79.56%
G = 7.23%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD172A (or 0xFD172A) is known color: Torch Red. HEX triplet: FD, 17 and 2A. RGB value is (253,23,42). Sum of RGB (Red+Green+Blue) = 253+23+42=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD172A is #02E8D5. Grayscale: #5E5E5E. Windows color (decimal): -190678 or 2758653. OLE color: 2758653.

HSL color Cylindrical-coordinate representation of color #FD172A: hue angle of 355.04º 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 #FD172A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 23 42 -
CMYK 0 0.91 0.83 0.01
HSL 355.04º 0.98% 0.54% -
HSV(B) 355.04º 0.91% 0.99% -
XYZ 41.23 21.66 4.2 -
YUV 93.94 98.7 241.46 -
System Red Green Blue C M Y K H S L
Decimal 253 23 42 0 0.91 0.83 0.01 355.04 0.98 0.54
Hex FD 17 2A 0 5B 53 1 163 62 36
Octal 375 27 52 0 133 123 1 543 142 66
Binary 11111101 10111 101010 0 1011011 1010011 1 101100011 1100010 110110

Color Harmonies of #FD172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD172A

Black with #FD172A

Text Example


Text Example

White with #FD172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD172A; }

 p { color: rgb(253,23,42); }

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

background-color css

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

 a { background-color: rgb(253,23,42); }

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

border-color css

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

 span { border-color: rgb(253,23,42); }

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