Html Css Color HEX #FF143B Torch Red

📋 copy color: '#FF143B'

red 255 ◦ green 20 ◦ blue 59

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

Shades of Torch Red #FF143B

Tints of Torch Red #FF143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 76.35%
G = 5.99%
B = 17.66%

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

#FF143B (or 0xFF143B) is known color: Torch Red. HEX triplet: FF, 14 and 3B. RGB value is (255,20,59). Sum of RGB (Red+Green+Blue) = 255+20+59=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF143B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF143B is #00EBC4. Grayscale: #5E5E5E. Windows color (decimal): -60357 or 3871999. OLE color: 3871999.

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

Color convert

RGB 255 20 59 -
CMYK 0 0.92 0.77 0
HSL 350.04º 1% 0.54% -
HSV(B) 350.04º 0.92% 1% -
XYZ 42.28 22.08 6.17 -
YUV 94.71 107.86 242.33 -
System Red Green Blue C M Y K H S L
Decimal 255 20 59 0 0.92 0.77 0 350.04 1 0.54
Hex FF 14 3B 0 5C 4D 0 15E 64 36
Octal 377 24 73 0 134 115 0 536 144 66
Binary 11111111 10100 111011 0 1011100 1001101 0 101011110 1100100 110110

Color Harmonies of #FF143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF143B

Black with #FF143B

Text Example


Text Example

White with #FF143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF143B; }

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

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

background-color css

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

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

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

border-color css

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

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

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