Html Css Color HEX #FD1051 Torch Red

📋 copy color: '#FD1051'

red 253 ◦ green 16 ◦ blue 81

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

Shades of Torch Red #FD1051

Tints of Torch Red #FD1051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.57%

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

R = 72.29%
G = 4.57%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FD1051 (or 0xFD1051) is known color: Torch Red. HEX triplet: FD, 10 and 51. RGB value is (253,16,81). Sum of RGB (Red+Green+Blue) = 253+16+81=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1051 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1051 is #02EFAE. Grayscale: #5E5E5E. Windows color (decimal): -192431 or 5312765. OLE color: 5312765.

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

Color convert

RGB 253 16 81 -
CMYK 0 0.94 0.68 0.01
HSL 343.54º 0.98% 0.53% -
HSV(B) 343.54º 0.94% 0.99% -
XYZ 42.18 21.85 9.78 -
YUV 94.27 120.52 241.21 -
System Red Green Blue C M Y K H S L
Decimal 253 16 81 0 0.94 0.68 0.01 343.54 0.98 0.53
Hex FD 10 51 0 5E 44 1 158 62 35
Octal 375 20 121 0 136 104 1 530 142 65
Binary 11111101 10000 1010001 0 1011110 1000100 1 101011000 1100010 110101

Color Harmonies of #FD1051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1051

Black with #FD1051

Text Example


Text Example

White with #FD1051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1051; }

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

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

background-color css

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

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

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

border-color css

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

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

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