Html Css Color HEX #FF1415 Torch Red

📋 copy color: '#FF1415'

red 255 ◦ green 20 ◦ blue 21

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

Shades of Torch Red #FF1415

Tints of Torch Red #FF1415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 86.15%
G = 6.76%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF1415 (or 0xFF1415) is known color: Torch Red. HEX triplet: FF, 14 and 15. RGB value is (255,20,21). Sum of RGB (Red+Green+Blue) = 255+20+21=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1415 is #00EBEA. Grayscale: #5A5A5A. Windows color (decimal): -60395 or 1381631. OLE color: 1381631.

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

Color convert

RGB 255 20 21 -
CMYK 0 0.92 0.92 0
HSL 359.74º 1% 0.54% -
HSV(B) 359.74º 0.92% 1% -
XYZ 41.63 21.81 2.73 -
YUV 90.38 88.86 245.42 -
System Red Green Blue C M Y K H S L
Decimal 255 20 21 0 0.92 0.92 0 359.74 1 0.54
Hex FF 14 15 0 5C 5C 0 168 64 36
Octal 377 24 25 0 134 134 0 550 144 66
Binary 11111111 10100 10101 0 1011100 1011100 0 101101000 1100100 110110

Color Harmonies of #FF1415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1415

Black with #FF1415

Text Example


Text Example

White with #FF1415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1415; }

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

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

background-color css

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

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

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

border-color css

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

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

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