Html Css Color HEX #FF143A Torch Red

📋 copy color: '#FF143A'

red 255 ◦ green 20 ◦ blue 58

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

Shades of Torch Red #FF143A

Tints of Torch Red #FF143A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 76.58%
G = 6.01%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF143A (or 0xFF143A) is known color: Torch Red. HEX triplet: FF, 14 and 3A. RGB value is (255,20,58). Sum of RGB (Red+Green+Blue) = 255+20+58=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF143A is #00EBC5. Grayscale: #5E5E5E. Windows color (decimal): -60358 or 3806463. OLE color: 3806463.

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

Color convert

RGB 255 20 58 -
CMYK 0 0.92 0.77 0
HSL 350.3º 1% 0.54% -
HSV(B) 350.3º 0.92% 1% -
XYZ 42.25 22.07 6.04 -
YUV 94.6 107.36 242.41 -
System Red Green Blue C M Y K H S L
Decimal 255 20 58 0 0.92 0.77 0 350.3 1 0.54
Hex FF 14 3A 0 5C 4D 0 15E 64 36
Octal 377 24 72 0 134 115 0 536 144 66
Binary 11111111 10100 111010 0 1011100 1001101 0 101011110 1100100 110110

Color Harmonies of #FF143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF143A

Black with #FF143A

Text Example


Text Example

White with #FF143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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