Html Css Color HEX #FD1048 Torch Red

📋 copy color: '#FD1048'

red 253 ◦ green 16 ◦ blue 72

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

Shades of Torch Red #FD1048

Tints of Torch Red #FD1048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 74.19%
G = 4.69%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD1048 (or 0xFD1048) is known color: Torch Red. HEX triplet: FD, 10 and 48. RGB value is (253,16,72). Sum of RGB (Red+Green+Blue) = 253+16+72=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1048 is #02EFB7. Grayscale: #5D5D5D. Windows color (decimal): -192440 or 4722941. OLE color: 4722941.

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

Color convert

RGB 253 16 72 -
CMYK 0 0.94 0.72 0.01
HSL 345.82º 0.98% 0.53% -
HSV(B) 345.82º 0.94% 0.99% -
XYZ 41.86 21.72 8.12 -
YUV 93.25 116.02 241.95 -
System Red Green Blue C M Y K H S L
Decimal 253 16 72 0 0.94 0.72 0.01 345.82 0.98 0.53
Hex FD 10 48 0 5E 48 1 15A 62 35
Octal 375 20 110 0 136 110 1 532 142 65
Binary 11111101 10000 1001000 0 1011110 1001000 1 101011010 1100010 110101

Color Harmonies of #FD1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1048

Black with #FD1048

Text Example


Text Example

White with #FD1048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1048; }

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

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

background-color css

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

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

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

border-color css

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

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

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