Html Css Color HEX #FF1318 Torch Red

📋 copy color: '#FF1318'

red 255 ◦ green 19 ◦ blue 24

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

Shades of Torch Red #FF1318

Tints of Torch Red #FF1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.38%

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

R = 85.57%
G = 6.38%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF1318 (or 0xFF1318) is known color: Torch Red. HEX triplet: FF, 13 and 18. RGB value is (255,19,24). Sum of RGB (Red+Green+Blue) = 255+19+24=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1318 is #00ECE7. Grayscale: #5A5A5A. Windows color (decimal): -60648 or 1577983. OLE color: 1577983.

HSL color Cylindrical-coordinate representation of color #FF1318: hue angle of 358.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1318 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 255 19 24 -
CMYK 0 0.93 0.91 0
HSL 358.73º 1% 0.54% -
HSV(B) 358.73º 0.93% 1% -
XYZ 41.64 21.79 2.88 -
YUV 90.13 90.69 245.59 -
System Red Green Blue C M Y K H S L
Decimal 255 19 24 0 0.93 0.91 0 358.73 1 0.54
Hex FF 13 18 0 5D 5B 0 167 64 36
Octal 377 23 30 0 135 133 0 547 144 66
Binary 11111111 10011 11000 0 1011101 1011011 0 101100111 1100100 110110

Color Harmonies of #FF1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1318

Black with #FF1318

Text Example


Text Example

White with #FF1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1318; }

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

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

background-color css

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

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

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

border-color css

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

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

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