Html Css Color HEX #FD131F Torch Red

📋 copy color: '#FD131F'

red 253 ◦ green 19 ◦ blue 31

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

Shades of Torch Red #FD131F

Tints of Torch Red #FD131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 83.5%
G = 6.27%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD131F (or 0xFD131F) is known color: Torch Red. HEX triplet: FD, 13 and 1F. RGB value is (253,19,31). Sum of RGB (Red+Green+Blue) = 253+19+31=303 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.50% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 253 - color contains mainly: red. Hex color #FD131F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD131F is #02ECE0. Grayscale: #5A5A5A. Windows color (decimal): -191713 or 2036733. OLE color: 2036733.

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

Color convert

RGB 253 19 31 -
CMYK 0 0.92 0.88 0.01
HSL 356.92º 0.98% 0.53% -
HSV(B) 356.92º 0.92% 0.99% -
XYZ 40.99 21.45 3.28 -
YUV 90.33 94.52 244.02 -
System Red Green Blue C M Y K H S L
Decimal 253 19 31 0 0.92 0.88 0.01 356.92 0.98 0.53
Hex FD 13 1F 0 5C 58 1 165 62 35
Octal 375 23 37 0 134 130 1 545 142 65
Binary 11111101 10011 11111 0 1011100 1011000 1 101100101 1100010 110101

Color Harmonies of #FD131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD131F

Black with #FD131F

Text Example


Text Example

White with #FD131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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