Html Css Color HEX #FF193C Torch Red

📋 copy color: '#FF193C'

red 255 ◦ green 25 ◦ blue 60

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

Shades of Torch Red #FF193C

Tints of Torch Red #FF193C

RGB

 RED value IS 255 (100% from 255) = 75%

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

 BLUE value IS 60 (23.83% from 255) = 17.65%

R = 75%
G = 7.35%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF193C (or 0xFF193C) is known color: Torch Red. HEX triplet: FF, 19 and 3C. RGB value is (255,25,60). Sum of RGB (Red+Green+Blue) = 255+25+60=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF193C is #00E6C3. Grayscale: #616161. Windows color (decimal): -59076 or 3938815. OLE color: 3938815.

HSL color Cylindrical-coordinate representation of color #FF193C: hue angle of 350.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF193C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 25 60 -
CMYK 0 0.90 0.76 0
HSL 350.87º 1% 0.55% -
HSV(B) 350.87º 0.9% 1% -
XYZ 42.4 22.28 6.34 -
YUV 97.76 106.7 240.15 -
System Red Green Blue C M Y K H S L
Decimal 255 25 60 0 0.90 0.76 0 350.87 1 0.55
Hex FF 19 3C 0 5A 4C 0 15F 64 37
Octal 377 31 74 0 132 114 0 537 144 67
Binary 11111111 11001 111100 0 1011010 1001100 0 101011111 1100100 110111

Color Harmonies of #FF193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF193C

Black with #FF193C

Text Example


Text Example

White with #FF193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF193C; }

 p { color: rgb(255,25,60); }

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

background-color css

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

 a { background-color: rgb(255,25,60); }

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

border-color css

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

 span { border-color: rgb(255,25,60); }

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