Html Css Color HEX #FF144F Torch Red

📋 copy color: '#FF144F'

red 255 ◦ green 20 ◦ blue 79

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

Shades of Torch Red #FF144F

Tints of Torch Red #FF144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.32%

R = 72.03%
G = 5.65%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF144F (or 0xFF144F) is known color: Torch Red. HEX triplet: FF, 14 and 4F. RGB value is (255,20,79). Sum of RGB (Red+Green+Blue) = 255+20+79=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF144F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF144F is #00EBB0. Grayscale: #606060. Windows color (decimal): -60337 or 5182719. OLE color: 5182719.

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

Color convert

RGB 255 20 79 -
CMYK 0 0.92 0.69 0
HSL 344.94º 1% 0.54% -
HSV(B) 344.94º 0.92% 1% -
XYZ 42.9 22.32 9.45 -
YUV 96.99 117.86 240.7 -
System Red Green Blue C M Y K H S L
Decimal 255 20 79 0 0.92 0.69 0 344.94 1 0.54
Hex FF 14 4F 0 5C 45 0 159 64 36
Octal 377 24 117 0 134 105 0 531 144 66
Binary 11111111 10100 1001111 0 1011100 1000101 0 101011001 1100100 110110

Color Harmonies of #FF144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF144F

Black with #FF144F

Text Example


Text Example

White with #FF144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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