Html Css Color HEX #FF1529 Torch Red

📋 copy color: '#FF1529'

red 255 ◦ green 21 ◦ blue 41

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

Shades of Torch Red #FF1529

Tints of Torch Red #FF1529

RGB

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

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

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

R = 80.44%
G = 6.62%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF1529 (or 0xFF1529) is known color: Torch Red. HEX triplet: FF, 15 and 29. RGB value is (255,21,41). Sum of RGB (Red+Green+Blue) = 255+21+41=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1529 is #00EAD6. Grayscale: #5D5D5D. Windows color (decimal): -60119 or 2692607. OLE color: 2692607.

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

Color convert

RGB 255 21 41 -
CMYK 0 0.92 0.84 0
HSL 354.87º 1% 0.54% -
HSV(B) 354.87º 0.92% 1% -
XYZ 41.91 21.96 4.13 -
YUV 93.25 98.52 243.37 -
System Red Green Blue C M Y K H S L
Decimal 255 21 41 0 0.92 0.84 0 354.87 1 0.54
Hex FF 15 29 0 5C 54 0 163 64 36
Octal 377 25 51 0 134 124 0 543 144 66
Binary 11111111 10101 101001 0 1011100 1010100 0 101100011 1100100 110110

Color Harmonies of #FF1529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1529

Black with #FF1529

Text Example


Text Example

White with #FF1529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1529; }

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

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

background-color css

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

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

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

border-color css

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

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

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