Html Css Color HEX #FF1A29 Torch Red

📋 copy color: '#FF1A29'

red 255 ◦ green 26 ◦ blue 41

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

Shades of Torch Red #FF1A29

Tints of Torch Red #FF1A29

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.07%

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

R = 79.19%
G = 8.07%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF1A29 (or 0xFF1A29) is known color: Torch Red. HEX triplet: FF, 1A and 29. RGB value is (255,26,41). Sum of RGB (Red+Green+Blue) = 255+26+41=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A29 is #00E5D6. Grayscale: #606060. Windows color (decimal): -58839 or 2693887. OLE color: 2693887.

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

Color convert

RGB 255 26 41 -
CMYK 0 0.90 0.84 0
HSL 356.07º 1% 0.55% -
HSV(B) 356.07º 0.9% 1% -
XYZ 42.01 22.16 4.16 -
YUV 96.18 96.87 241.28 -
System Red Green Blue C M Y K H S L
Decimal 255 26 41 0 0.90 0.84 0 356.07 1 0.55
Hex FF 1A 29 0 5A 54 0 164 64 37
Octal 377 32 51 0 132 124 0 544 144 67
Binary 11111111 11010 101001 0 1011010 1010100 0 101100100 1100100 110111

Color Harmonies of #FF1A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1A29

Black with #FF1A29

Text Example


Text Example

White with #FF1A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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