Html Css Color HEX #FF1729 Torch Red

📋 copy color: '#FF1729'

red 255 ◦ green 23 ◦ blue 41

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

Shades of Torch Red #FF1729

Tints of Torch Red #FF1729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

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

R = 79.94%
G = 7.21%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF1729 (or 0xFF1729) is known color: Torch Red. HEX triplet: FF, 17 and 29. RGB value is (255,23,41). Sum of RGB (Red+Green+Blue) = 255+23+41=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1729 is #00E8D6. Grayscale: #5E5E5E. Windows color (decimal): -59607 or 2693119. OLE color: 2693119.

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

Color convert

RGB 255 23 41 -
CMYK 0 0.91 0.84 0
HSL 355.34º 1% 0.55% -
HSV(B) 355.34º 0.91% 1% -
XYZ 41.95 22.03 4.14 -
YUV 94.42 97.86 242.54 -
System Red Green Blue C M Y K H S L
Decimal 255 23 41 0 0.91 0.84 0 355.34 1 0.55
Hex FF 17 29 0 5B 54 0 163 64 37
Octal 377 27 51 0 133 124 0 543 144 67
Binary 11111111 10111 101001 0 1011011 1010100 0 101100011 1100100 110111

Color Harmonies of #FF1729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1729

Black with #FF1729

Text Example


Text Example

White with #FF1729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1729; }

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

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

background-color css

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

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

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

border-color css

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

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

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