Html Css Color HEX #FF1418 Torch Red

📋 copy color: '#FF1418'

red 255 ◦ green 20 ◦ blue 24

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

Shades of Torch Red #FF1418

Tints of Torch Red #FF1418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.03%

R = 85.28%
G = 6.69%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF1418 (or 0xFF1418) is known color: Torch Red. HEX triplet: FF, 14 and 18. RGB value is (255,20,24). Sum of RGB (Red+Green+Blue) = 255+20+24=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1418 is #00EBE7. Grayscale: #5A5A5A. Windows color (decimal): -60392 or 1578239. OLE color: 1578239.

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

Color convert

RGB 255 20 24 -
CMYK 0 0.92 0.91 0
HSL 358.98º 1% 0.54% -
HSV(B) 358.98º 0.92% 1% -
XYZ 41.66 21.83 2.88 -
YUV 90.72 90.36 245.17 -
System Red Green Blue C M Y K H S L
Decimal 255 20 24 0 0.92 0.91 0 358.98 1 0.54
Hex FF 14 18 0 5C 5B 0 167 64 36
Octal 377 24 30 0 134 133 0 547 144 66
Binary 11111111 10100 11000 0 1011100 1011011 0 101100111 1100100 110110

Color Harmonies of #FF1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1418

Black with #FF1418

Text Example


Text Example

White with #FF1418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1418; }

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

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

background-color css

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

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

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

border-color css

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

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

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