Html Css Color HEX #FF1329 Torch Red

📋 copy color: '#FF1329'

red 255 ◦ green 19 ◦ blue 41

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

Shades of Torch Red #FF1329

Tints of Torch Red #FF1329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.02%

R = 80.95%
G = 6.03%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF1329 (or 0xFF1329) is known color: Torch Red. HEX triplet: FF, 13 and 29. RGB value is (255,19,41). Sum of RGB (Red+Green+Blue) = 255+19+41=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1329 is #00ECD6. Grayscale: #5C5C5C. Windows color (decimal): -60631 or 2692095. OLE color: 2692095.

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

Color convert

RGB 255 19 41 -
CMYK 0 0.93 0.84 0
HSL 354.41º 1% 0.54% -
HSV(B) 354.41º 0.93% 1% -
XYZ 41.87 21.89 4.12 -
YUV 92.07 99.19 244.21 -
System Red Green Blue C M Y K H S L
Decimal 255 19 41 0 0.93 0.84 0 354.41 1 0.54
Hex FF 13 29 0 5D 54 0 162 64 36
Octal 377 23 51 0 135 124 0 542 144 66
Binary 11111111 10011 101001 0 1011101 1010100 0 101100010 1100100 110110

Color Harmonies of #FF1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1329

Black with #FF1329

Text Example


Text Example

White with #FF1329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1329; }

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

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

background-color css

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

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

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

border-color css

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

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

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