Html Css Color HEX #FF1519 Torch Red

📋 copy color: '#FF1519'

red 255 ◦ green 21 ◦ blue 25

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

Shades of Torch Red #FF1519

Tints of Torch Red #FF1519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

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

R = 84.72%
G = 6.98%
B = 8.31%

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

#FF1519 (or 0xFF1519) is known color: Torch Red. HEX triplet: FF, 15 and 19. RGB value is (255,21,25). Sum of RGB (Red+Green+Blue) = 255+21+25=301 (39% of max value = 765). Red value is 255 (100% from 255 or 84.72% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1519 is #00EAE6. Grayscale: #5B5B5B. Windows color (decimal): -60135 or 1644031. OLE color: 1644031.

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

Color convert

RGB 255 21 25 -
CMYK 0 0.92 0.90 0
HSL 358.97º 1% 0.54% -
HSV(B) 358.97º 0.92% 1% -
XYZ 41.68 21.87 2.94 -
YUV 91.42 90.52 244.67 -
System Red Green Blue C M Y K H S L
Decimal 255 21 25 0 0.92 0.90 0 358.97 1 0.54
Hex FF 15 19 0 5C 5A 0 167 64 36
Octal 377 25 31 0 134 132 0 547 144 66
Binary 11111111 10101 11001 0 1011100 1011010 0 101100111 1100100 110110

Color Harmonies of #FF1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1519

Black with #FF1519

Text Example


Text Example

White with #FF1519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1519; }

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

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

background-color css

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

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

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

border-color css

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

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

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