Html Css Color HEX #FF144C Torch Red

📋 copy color: '#FF144C'

red 255 ◦ green 20 ◦ blue 76

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

Shades of Torch Red #FF144C

Tints of Torch Red #FF144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.65%

R = 72.65%
G = 5.7%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF144C (or 0xFF144C) is known color: Torch Red. HEX triplet: FF, 14 and 4C. RGB value is (255,20,76). Sum of RGB (Red+Green+Blue) = 255+20+76=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF144C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF144C is #00EBB3. Grayscale: #606060. Windows color (decimal): -60340 or 4986111. OLE color: 4986111.

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

Color convert

RGB 255 20 76 -
CMYK 0 0.92 0.70 0
HSL 345.7º 1% 0.54% -
HSV(B) 345.7º 0.92% 1% -
XYZ 42.79 22.28 8.88 -
YUV 96.65 116.36 240.95 -
System Red Green Blue C M Y K H S L
Decimal 255 20 76 0 0.92 0.70 0 345.7 1 0.54
Hex FF 14 4C 0 5C 46 0 15A 64 36
Octal 377 24 114 0 134 106 0 532 144 66
Binary 11111111 10100 1001100 0 1011100 1000110 0 101011010 1100100 110110

Color Harmonies of #FF144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF144C

Black with #FF144C

Text Example


Text Example

White with #FF144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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