Html Css Color HEX #FD114A Torch Red

📋 copy color: '#FD114A'

red 253 ◦ green 17 ◦ blue 74

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

Shades of Torch Red #FD114A

Tints of Torch Red #FD114A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 73.55%
G = 4.94%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD114A (or 0xFD114A) is known color: Torch Red. HEX triplet: FD, 11 and 4A. RGB value is (253,17,74). Sum of RGB (Red+Green+Blue) = 253+17+74=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD114A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD114A is #02EEB5. Grayscale: #5E5E5E. Windows color (decimal): -192182 or 4854269. OLE color: 4854269.

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

Color convert

RGB 253 17 74 -
CMYK 0 0.93 0.71 0.01
HSL 345.51º 0.98% 0.53% -
HSV(B) 345.51º 0.93% 0.99% -
XYZ 41.94 21.78 8.47 -
YUV 94.06 116.69 241.37 -
System Red Green Blue C M Y K H S L
Decimal 253 17 74 0 0.93 0.71 0.01 345.51 0.98 0.53
Hex FD 11 4A 0 5D 47 1 15A 62 35
Octal 375 21 112 0 135 107 1 532 142 65
Binary 11111101 10001 1001010 0 1011101 1000111 1 101011010 1100010 110101

Color Harmonies of #FD114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD114A

Black with #FD114A

Text Example


Text Example

White with #FD114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD114A; }

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

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

background-color css

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

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

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

border-color css

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

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

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