Html Css Color HEX #FF1424 Torch Red

📋 copy color: '#FF1424'

red 255 ◦ green 20 ◦ blue 36

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

Shades of Torch Red #FF1424

Tints of Torch Red #FF1424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

 BLUE value IS 36 (14.45% from 255) = 11.58%

R = 81.99%
G = 6.43%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF1424 (or 0xFF1424) is known color: Torch Red. HEX triplet: FF, 14 and 24. RGB value is (255,20,36). Sum of RGB (Red+Green+Blue) = 255+20+36=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1424 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1424 is #00EBDB. Grayscale: #5C5C5C. Windows color (decimal): -60380 or 2364671. OLE color: 2364671.

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

Color convert

RGB 255 20 36 -
CMYK 0 0.92 0.86 0
HSL 355.91º 1% 0.54% -
HSV(B) 355.91º 0.92% 1% -
XYZ 41.81 21.89 3.69 -
YUV 92.09 96.36 244.2 -
System Red Green Blue C M Y K H S L
Decimal 255 20 36 0 0.92 0.86 0 355.91 1 0.54
Hex FF 14 24 0 5C 56 0 164 64 36
Octal 377 24 44 0 134 126 0 544 144 66
Binary 11111111 10100 100100 0 1011100 1010110 0 101100100 1100100 110110

Color Harmonies of #FF1424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1424

Black with #FF1424

Text Example


Text Example

White with #FF1424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1424; }

 p { color: rgb(255,20,36); }

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

background-color css

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

 a { background-color: rgb(255,20,36); }

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

border-color css

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

 span { border-color: rgb(255,20,36); }

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