Html Css Color HEX #FD191E Torch Red

📋 copy color: '#FD191E'

red 253 ◦ green 25 ◦ blue 30

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

Shades of Torch Red #FD191E

Tints of Torch Red #FD191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.74%

R = 82.14%
G = 8.12%
B = 9.74%

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

#FD191E (or 0xFD191E) is known color: Torch Red. HEX triplet: FD, 19 and 1E. RGB value is (253,25,30). Sum of RGB (Red+Green+Blue) = 253+25+30=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD191E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD191E is #02E6E1. Grayscale: #5D5D5D. Windows color (decimal): -190178 or 1972733. OLE color: 1972733.

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

Color convert

RGB 253 25 30 -
CMYK 0 0.90 0.88 0.01
HSL 358.68º 0.98% 0.55% -
HSV(B) 358.68º 0.9% 0.99% -
XYZ 41.09 21.67 3.25 -
YUV 93.74 92.04 241.59 -
System Red Green Blue C M Y K H S L
Decimal 253 25 30 0 0.90 0.88 0.01 358.68 0.98 0.55
Hex FD 19 1E 0 5A 58 1 167 62 37
Octal 375 31 36 0 132 130 1 547 142 67
Binary 11111101 11001 11110 0 1011010 1011000 1 101100111 1100010 110111

Color Harmonies of #FD191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD191E

Black with #FD191E

Text Example


Text Example

White with #FD191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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