Html Css Color HEX #FD1246 Torch Red

📋 copy color: '#FD1246'

red 253 ◦ green 18 ◦ blue 70

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

Shades of Torch Red #FD1246

Tints of Torch Red #FD1246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 74.19%
G = 5.28%
B = 20.53%

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

#FD1246 (or 0xFD1246) is known color: Torch Red. HEX triplet: FD, 12 and 46. RGB value is (253,18,70). Sum of RGB (Red+Green+Blue) = 253+18+70=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1246 is #02EDB9. Grayscale: #5E5E5E. Windows color (decimal): -191930 or 4592381. OLE color: 4592381.

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

Color convert

RGB 253 18 70 -
CMYK 0 0.93 0.72 0.01
HSL 346.72º 0.98% 0.53% -
HSV(B) 346.72º 0.93% 0.99% -
XYZ 41.83 21.76 7.79 -
YUV 94.19 114.36 241.27 -
System Red Green Blue C M Y K H S L
Decimal 253 18 70 0 0.93 0.72 0.01 346.72 0.98 0.53
Hex FD 12 46 0 5D 48 1 15B 62 35
Octal 375 22 106 0 135 110 1 533 142 65
Binary 11111101 10010 1000110 0 1011101 1001000 1 101011011 1100010 110101

Color Harmonies of #FD1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1246

Black with #FD1246

Text Example


Text Example

White with #FD1246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1246; }

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

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

background-color css

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

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

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

border-color css

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

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

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