Html Css Color HEX #FD193E Torch Red

📋 copy color: '#FD193E'

red 253 ◦ green 25 ◦ blue 62

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

Shades of Torch Red #FD193E

Tints of Torch Red #FD193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.24%

R = 74.41%
G = 7.35%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD193E (or 0xFD193E) is known color: Torch Red. HEX triplet: FD, 19 and 3E. RGB value is (253,25,62). Sum of RGB (Red+Green+Blue) = 253+25+62=340 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.41% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 253 - color contains mainly: red. Hex color #FD193E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD193E is #02E6C1. Grayscale: #616161. Windows color (decimal): -190146 or 4069885. OLE color: 4069885.

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

Color convert

RGB 253 25 62 -
CMYK 0 0.90 0.75 0.01
HSL 350.26º 0.98% 0.55% -
HSV(B) 350.26º 0.9% 0.99% -
XYZ 41.73 21.93 6.59 -
YUV 97.39 108.04 238.99 -
System Red Green Blue C M Y K H S L
Decimal 253 25 62 0 0.90 0.75 0.01 350.26 0.98 0.55
Hex FD 19 3E 0 5A 4B 1 15E 62 37
Octal 375 31 76 0 132 113 1 536 142 67
Binary 11111101 11001 111110 0 1011010 1001011 1 101011110 1100010 110111

Color Harmonies of #FD193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD193E

Black with #FD193E

Text Example


Text Example

White with #FD193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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