Html Css Color HEX #FD1949 Torch Red

📋 copy color: '#FD1949'

red 253 ◦ green 25 ◦ blue 73

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

Shades of Torch Red #FD1949

Tints of Torch Red #FD1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

 BLUE value IS 73 (28.91% from 255) = 20.8%

R = 72.08%
G = 7.12%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD1949 (or 0xFD1949) is known color: Torch Red. HEX triplet: FD, 19 and 49. RGB value is (253,25,73). Sum of RGB (Red+Green+Blue) = 253+25+73=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1949 is #02E6B6. Grayscale: #626262. Windows color (decimal): -190135 or 4790781. OLE color: 4790781.

HSL color Cylindrical-coordinate representation of color #FD1949: hue angle of 347.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1949 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 25 73 -
CMYK 0 0.90 0.71 0.01
HSL 347.37º 0.98% 0.55% -
HSV(B) 347.37º 0.9% 0.99% -
XYZ 42.06 22.06 8.34 -
YUV 98.64 113.54 238.1 -
System Red Green Blue C M Y K H S L
Decimal 253 25 73 0 0.90 0.71 0.01 347.37 0.98 0.55
Hex FD 19 49 0 5A 47 1 15B 62 37
Octal 375 31 111 0 132 107 1 533 142 67
Binary 11111101 11001 1001001 0 1011010 1000111 1 101011011 1100010 110111

Color Harmonies of #FD1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1949

Black with #FD1949

Text Example


Text Example

White with #FD1949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1949; }

 p { color: rgb(253,25,73); }

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

background-color css

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

 a { background-color: rgb(253,25,73); }

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

border-color css

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

 span { border-color: rgb(253,25,73); }

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