Html Css Color HEX #FD1120 Torch Red

📋 copy color: '#FD1120'

red 253 ◦ green 17 ◦ blue 32

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

Shades of Torch Red #FD1120

Tints of Torch Red #FD1120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.63%

 BLUE value IS 32 (12.89% from 255) = 10.6%

R = 83.77%
G = 5.63%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FD1120 (or 0xFD1120) is known color: Torch Red. HEX triplet: FD, 11 and 20. RGB value is (253,17,32). Sum of RGB (Red+Green+Blue) = 253+17+32=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1120 is #02EEDF. Grayscale: #595959. Windows color (decimal): -192224 or 2101757. OLE color: 2101757.

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

Color convert

RGB 253 17 32 -
CMYK 0 0.93 0.87 0.01
HSL 356.19º 0.98% 0.53% -
HSV(B) 356.19º 0.93% 0.99% -
XYZ 40.97 21.39 3.34 -
YUV 89.27 95.69 244.78 -
System Red Green Blue C M Y K H S L
Decimal 253 17 32 0 0.93 0.87 0.01 356.19 0.98 0.53
Hex FD 11 20 0 5D 57 1 164 62 35
Octal 375 21 40 0 135 127 1 544 142 65
Binary 11111101 10001 100000 0 1011101 1010111 1 101100100 1100010 110101

Color Harmonies of #FD1120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1120

Black with #FD1120

Text Example


Text Example

White with #FD1120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1120; }

 p { color: rgb(253,17,32); }

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

background-color css

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

 a { background-color: rgb(253,17,32); }

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

border-color css

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

 span { border-color: rgb(253,17,32); }

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