Html Css Color HEX #FD1248 Torch Red

📋 copy color: '#FD1248'

red 253 ◦ green 18 ◦ blue 72

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

Shades of Torch Red #FD1248

Tints of Torch Red #FD1248

RGB

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

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

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

R = 73.76%
G = 5.25%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD1248 (or 0xFD1248) is known color: Torch Red. HEX triplet: FD, 12 and 48. RGB value is (253,18,72). Sum of RGB (Red+Green+Blue) = 253+18+72=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1248 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1248 is #02EDB7. Grayscale: #5E5E5E. Windows color (decimal): -191928 or 4723453. OLE color: 4723453.

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

Color convert

RGB 253 18 72 -
CMYK 0 0.93 0.72 0.01
HSL 346.21º 0.98% 0.53% -
HSV(B) 346.21º 0.93% 0.99% -
XYZ 41.89 21.78 8.13 -
YUV 94.42 115.36 241.11 -
System Red Green Blue C M Y K H S L
Decimal 253 18 72 0 0.93 0.72 0.01 346.21 0.98 0.53
Hex FD 12 48 0 5D 48 1 15A 62 35
Octal 375 22 110 0 135 110 1 532 142 65
Binary 11111101 10010 1001000 0 1011101 1001000 1 101011010 1100010 110101

Color Harmonies of #FD1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1248

Black with #FD1248

Text Example


Text Example

White with #FD1248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1248; }

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

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

background-color css

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

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

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

border-color css

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

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

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