Html Css Color HEX #FF1520 Torch Red

📋 copy color: '#FF1520'

red 255 ◦ green 21 ◦ blue 32

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

Shades of Torch Red #FF1520

Tints of Torch Red #FF1520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 82.79%
G = 6.82%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF1520 (or 0xFF1520) is known color: Torch Red. HEX triplet: FF, 15 and 20. RGB value is (255,21,32). Sum of RGB (Red+Green+Blue) = 255+21+32=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1520 is #00EADF. Grayscale: #5C5C5C. Windows color (decimal): -60128 or 2102783. OLE color: 2102783.

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

Color convert

RGB 255 21 32 -
CMYK 0 0.92 0.87 0
HSL 357.18º 1% 0.54% -
HSV(B) 357.18º 0.92% 1% -
XYZ 41.77 21.9 3.39 -
YUV 92.22 94.02 244.11 -
System Red Green Blue C M Y K H S L
Decimal 255 21 32 0 0.92 0.87 0 357.18 1 0.54
Hex FF 15 20 0 5C 57 0 165 64 36
Octal 377 25 40 0 134 127 0 545 144 66
Binary 11111111 10101 100000 0 1011100 1010111 0 101100101 1100100 110110

Color Harmonies of #FF1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1520

Black with #FF1520

Text Example


Text Example

White with #FF1520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1520; }

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

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

background-color css

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

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

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

border-color css

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

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

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