Html Css Color HEX #FF1319 Torch Red

📋 copy color: '#FF1319'

red 255 ◦ green 19 ◦ blue 25

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

Shades of Torch Red #FF1319

Tints of Torch Red #FF1319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

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

R = 85.28%
G = 6.35%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF1319 (or 0xFF1319) is known color: Torch Red. HEX triplet: FF, 13 and 19. RGB value is (255,19,25). Sum of RGB (Red+Green+Blue) = 255+19+25=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1319 is #00ECE6. Grayscale: #5A5A5A. Windows color (decimal): -60647 or 1643519. OLE color: 1643519.

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

Color convert

RGB 255 19 25 -
CMYK 0 0.93 0.90 0
HSL 358.47º 1% 0.54% -
HSV(B) 358.47º 0.93% 1% -
XYZ 41.65 21.8 2.93 -
YUV 90.25 91.19 245.51 -
System Red Green Blue C M Y K H S L
Decimal 255 19 25 0 0.93 0.90 0 358.47 1 0.54
Hex FF 13 19 0 5D 5A 0 166 64 36
Octal 377 23 31 0 135 132 0 546 144 66
Binary 11111111 10011 11001 0 1011101 1011010 0 101100110 1100100 110110

Color Harmonies of #FF1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1319

Black with #FF1319

Text Example


Text Example

White with #FF1319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1319; }

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

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

background-color css

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

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

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

border-color css

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

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

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