Html Css Color HEX #FD1140 Torch Red

📋 copy color: '#FD1140'

red 253 ◦ green 17 ◦ blue 64

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

Shades of Torch Red #FD1140

Tints of Torch Red #FD1140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.16%

R = 75.75%
G = 5.09%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD1140 (or 0xFD1140) is known color: Torch Red. HEX triplet: FD, 11 and 40. RGB value is (253,17,64). Sum of RGB (Red+Green+Blue) = 253+17+64=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1140 is #02EEBF. Grayscale: #5C5C5C. Windows color (decimal): -192192 or 4198909. OLE color: 4198909.

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

Color convert

RGB 253 17 64 -
CMYK 0 0.93 0.75 0.01
HSL 348.05º 0.98% 0.53% -
HSV(B) 348.05º 0.93% 0.99% -
XYZ 41.63 21.65 6.84 -
YUV 92.92 111.69 242.18 -
System Red Green Blue C M Y K H S L
Decimal 253 17 64 0 0.93 0.75 0.01 348.05 0.98 0.53
Hex FD 11 40 0 5D 4B 1 15C 62 35
Octal 375 21 100 0 135 113 1 534 142 65
Binary 11111101 10001 1000000 0 1011101 1001011 1 101011100 1100010 110101

Color Harmonies of #FD1140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1140

Black with #FD1140

Text Example


Text Example

White with #FD1140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1140; }

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

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

background-color css

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

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

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

border-color css

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

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

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