Html Css Color HEX #FD1431 Torch Red

📋 copy color: '#FD1431'

red 253 ◦ green 20 ◦ blue 49

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

Shades of Torch Red #FD1431

Tints of Torch Red #FD1431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

 BLUE value IS 49 (19.53% from 255) = 15.22%

R = 78.57%
G = 6.21%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD1431 (or 0xFD1431) is known color: Torch Red. HEX triplet: FD, 14 and 31. RGB value is (253,20,49). Sum of RGB (Red+Green+Blue) = 253+20+49=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1431 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1431 is #02EBCE. Grayscale: #5D5D5D. Windows color (decimal): -191439 or 3216637. OLE color: 3216637.

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

Color convert

RGB 253 20 49 -
CMYK 0 0.92 0.81 0.01
HSL 352.53º 0.98% 0.54% -
HSV(B) 352.53º 0.92% 0.99% -
XYZ 41.31 21.6 4.9 -
YUV 92.97 103.19 242.14 -
System Red Green Blue C M Y K H S L
Decimal 253 20 49 0 0.92 0.81 0.01 352.53 0.98 0.54
Hex FD 14 31 0 5C 51 1 161 62 36
Octal 375 24 61 0 134 121 1 541 142 66
Binary 11111101 10100 110001 0 1011100 1010001 1 101100001 1100010 110110

Color Harmonies of #FD1431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1431

Black with #FD1431

Text Example


Text Example

White with #FD1431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1431; }

 p { color: rgb(253,20,49); }

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

background-color css

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

 a { background-color: rgb(253,20,49); }

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

border-color css

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

 span { border-color: rgb(253,20,49); }

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