Html Css Color HEX #FF142C Torch Red

📋 copy color: '#FF142C'

red 255 ◦ green 20 ◦ blue 44

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

Shades of Torch Red #FF142C

Tints of Torch Red #FF142C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 79.94%
G = 6.27%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF142C (or 0xFF142C) is known color: Torch Red. HEX triplet: FF, 14 and 2C. RGB value is (255,20,44). Sum of RGB (Red+Green+Blue) = 255+20+44=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF142C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF142C is #00EBD3. Grayscale: #5D5D5D. Windows color (decimal): -60372 or 2888959. OLE color: 2888959.

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

Color convert

RGB 255 20 44 -
CMYK 0 0.92 0.83 0
HSL 353.87º 1% 0.54% -
HSV(B) 353.87º 0.92% 1% -
XYZ 41.94 21.94 4.41 -
YUV 93 100.36 243.55 -
System Red Green Blue C M Y K H S L
Decimal 255 20 44 0 0.92 0.83 0 353.87 1 0.54
Hex FF 14 2C 0 5C 53 0 162 64 36
Octal 377 24 54 0 134 123 0 542 144 66
Binary 11111111 10100 101100 0 1011100 1010011 0 101100010 1100100 110110

Color Harmonies of #FF142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF142C

Black with #FF142C

Text Example


Text Example

White with #FF142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF142C; }

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

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

background-color css

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

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

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

border-color css

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

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

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