Html Css Color HEX #FD1251 Torch Red

📋 copy color: '#FD1251'

red 253 ◦ green 18 ◦ blue 81

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

Shades of Torch Red #FD1251

Tints of Torch Red #FD1251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

 BLUE value IS 81 (32.03% from 255) = 23.01%

R = 71.88%
G = 5.11%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD1251 (or 0xFD1251) is known color: Torch Red. HEX triplet: FD, 12 and 51. RGB value is (253,18,81). Sum of RGB (Red+Green+Blue) = 253+18+81=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1251 is #02EDAE. Grayscale: #5F5F5F. Windows color (decimal): -191919 or 5313277. OLE color: 5313277.

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

Color convert

RGB 253 18 81 -
CMYK 0 0.93 0.68 0.01
HSL 343.91º 0.98% 0.53% -
HSV(B) 343.91º 0.93% 0.99% -
XYZ 42.21 21.91 9.79 -
YUV 95.45 119.86 240.38 -
System Red Green Blue C M Y K H S L
Decimal 253 18 81 0 0.93 0.68 0.01 343.91 0.98 0.53
Hex FD 12 51 0 5D 44 1 158 62 35
Octal 375 22 121 0 135 104 1 530 142 65
Binary 11111101 10010 1010001 0 1011101 1000100 1 101011000 1100010 110101

Color Harmonies of #FD1251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1251

Black with #FD1251

Text Example


Text Example

White with #FD1251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1251; }

 p { color: rgb(253,18,81); }

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

background-color css

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

 a { background-color: rgb(253,18,81); }

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

border-color css

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

 span { border-color: rgb(253,18,81); }

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