Html Css Color HEX #FF191B Torch Red

📋 copy color: '#FF191B'

red 255 ◦ green 25 ◦ blue 27

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

Shades of Torch Red #FF191B

Tints of Torch Red #FF191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.79%

R = 83.06%
G = 8.14%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF191B (or 0xFF191B) is known color: Torch Red. HEX triplet: FF, 19 and 1B. RGB value is (255,25,27). Sum of RGB (Red+Green+Blue) = 255+25+27=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF191B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF191B is #00E6E4. Grayscale: #5E5E5E. Windows color (decimal): -59109 or 1776127. OLE color: 1776127.

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

Color convert

RGB 255 25 27 -
CMYK 0 0.90 0.89 0
HSL 359.48º 1% 0.55% -
HSV(B) 359.48º 0.9% 1% -
XYZ 41.79 22.03 3.09 -
YUV 94 90.2 242.84 -
System Red Green Blue C M Y K H S L
Decimal 255 25 27 0 0.90 0.89 0 359.48 1 0.55
Hex FF 19 1B 0 5A 59 0 167 64 37
Octal 377 31 33 0 132 131 0 547 144 67
Binary 11111111 11001 11011 0 1011010 1011001 0 101100111 1100100 110111

Color Harmonies of #FF191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF191B

Black with #FF191B

Text Example


Text Example

White with #FF191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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