Html Css Color HEX #FF1419 Torch Red

📋 copy color: '#FF1419'

red 255 ◦ green 20 ◦ blue 25

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

Shades of Torch Red #FF1419

Tints of Torch Red #FF1419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.67%

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 85%
G = 6.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF1419 (or 0xFF1419) is known color: Torch Red. HEX triplet: FF, 14 and 19. RGB value is (255,20,25). Sum of RGB (Red+Green+Blue) = 255+20+25=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1419 is #00EBE6. Grayscale: #5B5B5B. Windows color (decimal): -60391 or 1643775. OLE color: 1643775.

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

Color convert

RGB 255 20 25 -
CMYK 0 0.92 0.90 0
HSL 358.72º 1% 0.54% -
HSV(B) 358.72º 0.92% 1% -
XYZ 41.67 21.83 2.94 -
YUV 90.84 90.86 245.09 -
System Red Green Blue C M Y K H S L
Decimal 255 20 25 0 0.92 0.90 0 358.72 1 0.54
Hex FF 14 19 0 5C 5A 0 167 64 36
Octal 377 24 31 0 134 132 0 547 144 66
Binary 11111111 10100 11001 0 1011100 1011010 0 101100111 1100100 110110

Color Harmonies of #FF1419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1419

Black with #FF1419

Text Example


Text Example

White with #FF1419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1419; }

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

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

background-color css

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

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

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

border-color css

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

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

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