Html Css Color HEX #FF1314 Torch Red

📋 copy color: '#FF1314'

red 255 ◦ green 19 ◦ blue 20

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

Shades of Torch Red #FF1314

Tints of Torch Red #FF1314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 86.73%
G = 6.46%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF1314 (or 0xFF1314) is known color: Torch Red. HEX triplet: FF, 13 and 14. RGB value is (255,19,20). Sum of RGB (Red+Green+Blue) = 255+19+20=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1314 is #00ECEB. Grayscale: #595959. Windows color (decimal): -60652 or 1315839. OLE color: 1315839.

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

Color convert

RGB 255 19 20 -
CMYK 0 0.93 0.92 0
HSL 359.75º 1% 0.54% -
HSV(B) 359.75º 0.93% 1% -
XYZ 41.6 21.78 2.67 -
YUV 89.68 88.69 245.92 -
System Red Green Blue C M Y K H S L
Decimal 255 19 20 0 0.93 0.92 0 359.75 1 0.54
Hex FF 13 14 0 5D 5C 0 168 64 36
Octal 377 23 24 0 135 134 0 550 144 66
Binary 11111111 10011 10100 0 1011101 1011100 0 101101000 1100100 110110

Color Harmonies of #FF1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1314

Black with #FF1314

Text Example


Text Example

White with #FF1314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1314; }

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

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

background-color css

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

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

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

border-color css

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

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

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