Html Css Color HEX #FD191F Torch Red

📋 copy color: '#FD191F'

red 253 ◦ green 25 ◦ blue 31

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

Shades of Torch Red #FD191F

Tints of Torch Red #FD191F

RGB

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

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

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

R = 81.88%
G = 8.09%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD191F (or 0xFD191F) is known color: Torch Red. HEX triplet: FD, 19 and 1F. RGB value is (253,25,31). Sum of RGB (Red+Green+Blue) = 253+25+31=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD191F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD191F is #02E6E0. Grayscale: #5E5E5E. Windows color (decimal): -190177 or 2038269. OLE color: 2038269.

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

Color convert

RGB 253 25 31 -
CMYK 0 0.90 0.88 0.01
HSL 358.42º 0.98% 0.55% -
HSV(B) 358.42º 0.9% 0.99% -
XYZ 41.1 21.68 3.31 -
YUV 93.86 92.54 241.51 -
System Red Green Blue C M Y K H S L
Decimal 253 25 31 0 0.90 0.88 0.01 358.42 0.98 0.55
Hex FD 19 1F 0 5A 58 1 166 62 37
Octal 375 31 37 0 132 130 1 546 142 67
Binary 11111101 11001 11111 0 1011010 1011000 1 101100110 1100010 110111

Color Harmonies of #FD191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD191F

Black with #FD191F

Text Example


Text Example

White with #FD191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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