Html Css Color HEX #FD131D Torch Red

📋 copy color: '#FD131D'

red 253 ◦ green 19 ◦ blue 29

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

Shades of Torch Red #FD131D

Tints of Torch Red #FD131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 84.05%
G = 6.31%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD131D (or 0xFD131D) is known color: Torch Red. HEX triplet: FD, 13 and 1D. RGB value is (253,19,29). Sum of RGB (Red+Green+Blue) = 253+19+29=301 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.05% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 253 - color contains mainly: red. Hex color #FD131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD131D is #02ECE2. Grayscale: #5A5A5A. Windows color (decimal): -191715 or 1905661. OLE color: 1905661.

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

Color convert

RGB 253 19 29 -
CMYK 0 0.92 0.89 0.01
HSL 357.44º 0.98% 0.53% -
HSV(B) 357.44º 0.92% 0.99% -
XYZ 40.96 21.44 3.14 -
YUV 90.11 93.52 244.19 -
System Red Green Blue C M Y K H S L
Decimal 253 19 29 0 0.92 0.89 0.01 357.44 0.98 0.53
Hex FD 13 1D 0 5C 59 1 165 62 35
Octal 375 23 35 0 134 131 1 545 142 65
Binary 11111101 10011 11101 0 1011100 1011001 1 101100101 1100010 110101

Color Harmonies of #FD131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD131D

Black with #FD131D

Text Example


Text Example

White with #FD131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD131D; }

 p { color: rgb(253,19,29); }

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

background-color css

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

 a { background-color: rgb(253,19,29); }

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

border-color css

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

 span { border-color: rgb(253,19,29); }

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