Html Css Color HEX #FD1144 Torch Red

📋 copy color: '#FD1144'

red 253 ◦ green 17 ◦ blue 68

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

Shades of Torch Red #FD1144

Tints of Torch Red #FD1144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 74.85%
G = 5.03%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD1144 (or 0xFD1144) is known color: Torch Red. HEX triplet: FD, 11 and 44. RGB value is (253,17,68). Sum of RGB (Red+Green+Blue) = 253+17+68=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1144 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1144 is #02EEBB. Grayscale: #5D5D5D. Windows color (decimal): -192188 or 4461053. OLE color: 4461053.

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

Color convert

RGB 253 17 68 -
CMYK 0 0.93 0.73 0.01
HSL 347.03º 0.98% 0.53% -
HSV(B) 347.03º 0.93% 0.99% -
XYZ 41.75 21.7 7.46 -
YUV 93.38 113.69 241.85 -
System Red Green Blue C M Y K H S L
Decimal 253 17 68 0 0.93 0.73 0.01 347.03 0.98 0.53
Hex FD 11 44 0 5D 49 1 15B 62 35
Octal 375 21 104 0 135 111 1 533 142 65
Binary 11111101 10001 1000100 0 1011101 1001001 1 101011011 1100010 110101

Color Harmonies of #FD1144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1144

Black with #FD1144

Text Example


Text Example

White with #FD1144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1144; }

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

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

background-color css

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

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

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

border-color css

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

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

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