Html Css Color HEX #FF1526 Torch Red

📋 copy color: '#FF1526'

red 255 ◦ green 21 ◦ blue 38

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

Shades of Torch Red #FF1526

Tints of Torch Red #FF1526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 81.21%
G = 6.69%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF1526 (or 0xFF1526) is known color: Torch Red. HEX triplet: FF, 15 and 26. RGB value is (255,21,38). Sum of RGB (Red+Green+Blue) = 255+21+38=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1526 is #00EAD9. Grayscale: #5D5D5D. Windows color (decimal): -60122 or 2495999. OLE color: 2495999.

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

Color convert

RGB 255 21 38 -
CMYK 0 0.92 0.85 0
HSL 355.64º 1% 0.54% -
HSV(B) 355.64º 0.92% 1% -
XYZ 41.86 21.94 3.86 -
YUV 92.9 97.02 243.62 -
System Red Green Blue C M Y K H S L
Decimal 255 21 38 0 0.92 0.85 0 355.64 1 0.54
Hex FF 15 26 0 5C 55 0 164 64 36
Octal 377 25 46 0 134 125 0 544 144 66
Binary 11111111 10101 100110 0 1011100 1010101 0 101100100 1100100 110110

Color Harmonies of #FF1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1526

Black with #FF1526

Text Example


Text Example

White with #FF1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1526; }

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

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

background-color css

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

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

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

border-color css

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

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

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